#FDCF60

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

Shades of Dandelion #FDCF60

Tints of Dandelion #FDCF60

Color information

#FDCF60 (or 0xFDCF60) is unknown color: approx Dandelion. HEX triplet: FD, CF and 60. RGB value is (253,207,96). Sum of RGB (Red+Green+Blue) = 253+207+96=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 96 (37.89% from 255 or 17.27% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCF60 is #02309F. Grayscale: #D0D0D0. Windows color (decimal): -143520 or 6344701. OLE color: 6344701.

HSL color Cylindrical-coordinate representation of color #FDCF60: hue angle of 42.42º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDCF60 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB25320796-
CMYK00.180.620.01
HSL42.42º97.52%68.43%-
HSV(B)42.42º62.06%99.22%-
XYZ64.9366.3520.45-
YUV208.164.74160.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.50%
GREEN value IS 207 (81.25% from 255) = 37.23%
BLUE value IS 96 (37.89% from 255) = 17.27%
R=45.50%
G=37.23%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532079600.180.620.0142.4297.5268.43
HexFDCF600123E12a6244
Octal37531714002276152142104
Binary11111101110011111100000010010111110110101011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCF60; }

 p { color: rgb(253,207,96); }

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

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

 a { background-color: rgb(253,207,96); }

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

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

 span { border-color: rgb(253,207,96); }

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