#F5D865

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

Shades of Dandelion #F5D865

Tints of Dandelion #F5D865

Color information

#F5D865 (or 0xF5D865) is unknown color: approx Dandelion. HEX triplet: F5, D8 and 65. RGB value is (245,216,101). Sum of RGB (Red+Green+Blue) = 245+216+101=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 101 (39.84% from 255 or 17.97% from 562); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D865 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D865 is #0A279A. Grayscale: #D4D4D4. Windows color (decimal): -665499 or 6674677. OLE color: 6674677.

HSL color Cylindrical-coordinate representation of color #F5D865: hue angle of 47.92º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F5D865 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB245216101-
CMYK00.120.590.04
HSL47.92º87.8%67.84%-
HSV(B)47.92º58.78%96.08%-
XYZ64.5669.4622.32-
YUV211.5665.61151.85-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.59%
GREEN value IS 216 (84.77% from 255) = 38.43%
BLUE value IS 101 (39.84% from 255) = 17.97%
R=43.59%
G=38.43%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521610100.120.590.0447.9287.867.84
HexF5D8650C3B4305844
Octal36533014501473460130104
Binary111101011101100011001010110011101110011000010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D865; }

 p { color: rgb(245,216,101); }

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

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

 a { background-color: rgb(245,216,101); }

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

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

 span { border-color: rgb(245,216,101); }

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