#FCCF62

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

Shades of Dandelion #FCCF62

Tints of Dandelion #FCCF62

Color information

#FCCF62 (or 0xFCCF62) is unknown color: approx Dandelion. HEX triplet: FC, CF and 62. RGB value is (252,207,98). Sum of RGB (Red+Green+Blue) = 252+207+98=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 98 (38.67% from 255 or 17.59% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCF62 is #03309D. Grayscale: #D0D0D0. Windows color (decimal): -209054 or 6475772. OLE color: 6475772.

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

Color convert

RGB25220798-
CMYK00.180.610.01
HSL42.47º96.25%68.63%-
HSV(B)42.47º61.11%98.82%-
XYZ64.6666.220.93-
YUV208.0365.91159.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.24%
GREEN value IS 207 (81.25% from 255) = 37.16%
BLUE value IS 98 (38.67% from 255) = 17.59%
R=45.24%
G=37.16%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522079800.180.610.0142.4796.2568.63
HexFCCF620123D12a6045
Octal37431714202275152140105
Binary11111100110011111100010010010111101110101011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCF62; }

 p { color: rgb(252,207,98); }

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

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

 a { background-color: rgb(252,207,98); }

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

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

 span { border-color: rgb(252,207,98); }

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