#FCDC5D

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

Shades of Dandelion #FCDC5D

Tints of Dandelion #FCDC5D

Color information

#FCDC5D (or 0xFCDC5D) is unknown color: approx Dandelion. HEX triplet: FC, DC and 5D. RGB value is (252,220,93). Sum of RGB (Red+Green+Blue) = 252+220+93=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 93 (36.72% from 255 or 16.46% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC5D is #0323A2. Grayscale: #D7D7D7. Windows color (decimal): -205731 or 6151420. OLE color: 6151420.

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

Color convert

RGB25222093-
CMYK00.130.630.01
HSL47.92º96.36%67.65%-
HSV(B)47.92º63.1%98.82%-
XYZ67.7172.6720.81-
YUV215.0959.1154.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.60%
GREEN value IS 220 (86.33% from 255) = 38.94%
BLUE value IS 93 (36.72% from 255) = 16.46%
R=44.60%
G=38.94%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522209300.130.630.0147.9296.3667.65
HexFCDC5D0D3F1306044
Octal37433413501577160140104
Binary1111110011011100101110101101111111111000011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDC5D; }

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

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

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

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

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

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

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

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