#F2DC64

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

Shades of Dandelion #F2DC64

Tints of Dandelion #F2DC64

Color information

#F2DC64 (or 0xF2DC64) is unknown color: approx Dandelion. HEX triplet: F2, DC and 64. RGB value is (242,220,100). Sum of RGB (Red+Green+Blue) = 242+220+100=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 100 (39.45% from 255 or 17.79% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DC64 is #0D239B. Grayscale: #D5D5D5. Windows color (decimal): -861084 or 6610162. OLE color: 6610162.

HSL color Cylindrical-coordinate representation of color #F2DC64: hue angle of 50.7º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F2DC64 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB242220100-
CMYK00.090.590.05
HSL50.7º84.52%67.06%-
HSV(B)50.7º58.68%94.9%-
XYZ64.5170.9822.36-
YUV212.964.29148.76-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.06%
GREEN value IS 220 (86.33% from 255) = 39.15%
BLUE value IS 100 (39.45% from 255) = 17.79%
R=43.06%
G=39.15%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222010000.090.590.0550.784.5267.06
HexF2DC64093B5335543
Octal36233414401173563125103
Binary111100101101110011001000100111101110111001110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DC64; }

 p { color: rgb(242,220,100); }

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

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

 a { background-color: rgb(242,220,100); }

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

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

 span { border-color: rgb(242,220,100); }

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