#F5DF5F

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

Shades of Dandelion #F5DF5F

Tints of Dandelion #F5DF5F

Color information

#F5DF5F (or 0xF5DF5F) is unknown color: approx Dandelion. HEX triplet: F5, DF and 5F. RGB value is (245,223,95). Sum of RGB (Red+Green+Blue) = 245+223+95=563 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.52% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 95 (37.5% from 255 or 16.87% from 563); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DF5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DF5F is #0A20A0. Grayscale: #D7D7D7. Windows color (decimal): -663713 or 6283253. OLE color: 6283253.

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

Color convert

RGB24522395-
CMYK00.090.610.04
HSL51.2º88.24%66.67%-
HSV(B)51.2º61.22%96.08%-
XYZ66.1173.0121.44-
YUV214.9960.29149.41-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.52%
GREEN value IS 223 (87.5% from 255) = 39.61%
BLUE value IS 95 (37.5% from 255) = 16.87%
R=43.52%
G=39.61%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452239500.090.610.0451.288.2466.67
HexF5DF5F093D4335843
Octal36533713701175463130103
Binary111101011101111110111110100111110110011001110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DF5F; }

 p { color: rgb(245,223,95); }

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

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

 a { background-color: rgb(245,223,95); }

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

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

 span { border-color: rgb(245,223,95); }

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