#F8D85D

Color #F8D85D Dandelion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dandelion #F8D85D

Tints of Dandelion #F8D85D

Color information

#F8D85D (or 0xF8D85D) is unknown color: approx Dandelion. HEX triplet: F8, D8 and 5D. RGB value is (248,216,93). Sum of RGB (Red+Green+Blue) = 248+216+93=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 93 (36.72% from 255 or 16.70% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D85D is #0727A2. Grayscale: #D4D4D4. Windows color (decimal): -468899 or 6150392. OLE color: 6150392.

HSL color Cylindrical-coordinate representation of color #F8D85D: hue angle of 47.61º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F8D85D is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB24821693-
CMYK00.130.620.03
HSL47.61º91.72%66.86%-
HSV(B)47.61º62.5%97.25%-
XYZ65.2469.8620.4-
YUV211.5561.1154-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 44.52%
GREEN value IS 216 (84.77% from 255) = 38.78%
BLUE value IS 93 (36.72% from 255) = 16.70%
R=44.52%
G=38.78%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482169300.130.620.0347.6191.7266.86
HexF8D85D0D3E3305c43
Octal37033013501576360134103
Binary11111000110110001011101011011111101111000010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D85D; }

 p { color: rgb(248,216,93); }

 H1.HeaderClassName
 {
   color: #F8D85D;
 }
 .AnyTagClassName
 {
   color: #F8D85D;
 }
</style>
background-color css

<style>
 a { background-color: #F8D85D; }

 a { background-color: rgb(248,216,93); }

 div.DivClassName
 {
   background-color: #F8D85D;
 }
 .BgClassName
 {
   background-color: #F8D85D;
 }
</style>
border-color css

<style>
 span { border-color: #F8D85D; }

 span { border-color: rgb(248,216,93); }

 td.TdClassName
 {
   border-color: #F8D85D;
 }
 .TagClassName
 {
   border-color: #F8D85D;
 }
</style>