#FCDC62

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

Shades of Dandelion #FCDC62

Tints of Dandelion #FCDC62

Color information

#FCDC62 (or 0xFCDC62) is unknown color: approx Dandelion. HEX triplet: FC, DC and 62. RGB value is (252,220,98). Sum of RGB (Red+Green+Blue) = 252+220+98=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 98 (38.67% from 255 or 17.19% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC62 is #03239D. Grayscale: #D8D8D8. Windows color (decimal): -205726 or 6479100. OLE color: 6479100.

HSL color Cylindrical-coordinate representation of color #FCDC62: hue angle of 47.53º 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 #FCDC62 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB25222098-
CMYK00.130.610.01
HSL47.53º96.25%68.63%-
HSV(B)47.53º61.11%98.82%-
XYZ67.9472.7622.02-
YUV215.6661.6153.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.21%
GREEN value IS 220 (86.33% from 255) = 38.60%
BLUE value IS 98 (38.67% from 255) = 17.19%
R=44.21%
G=38.60%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522209800.130.610.0147.5396.2568.63
HexFCDC620D3D1306045
Octal37433414201575160140105
Binary1111110011011100110001001101111101111000011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDC62; }

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

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

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

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

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

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

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

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