#F8D964

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

Shades of Dandelion #F8D964

Tints of Dandelion #F8D964

Color information

#F8D964 (or 0xF8D964) is unknown color: approx Dandelion. HEX triplet: F8, D9 and 64. RGB value is (248,217,100). Sum of RGB (Red+Green+Blue) = 248+217+100=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 100 (39.45% from 255 or 17.70% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D964 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D964 is #07269B. Grayscale: #D5D5D5. Windows color (decimal): -468636 or 6609400. OLE color: 6609400.

HSL color Cylindrical-coordinate representation of color #F8D964: hue angle of 47.43º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F8D964 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB248217100-
CMYK00.120.600.03
HSL47.43º91.36%68.24%-
HSV(B)47.43º59.68%97.25%-
XYZ65.8270.522.2-
YUV212.9364.27153.01-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.89%
GREEN value IS 217 (85.16% from 255) = 38.41%
BLUE value IS 100 (39.45% from 255) = 17.70%
R=43.89%
G=38.41%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821710000.120.600.0347.4391.3668.24
HexF8D9640C3C32f5b44
Octal37033114401474357133104
Binary11111000110110011100100011001111001110111110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D964; }

 p { color: rgb(248,217,100); }

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

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

 a { background-color: rgb(248,217,100); }

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

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

 span { border-color: rgb(248,217,100); }

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