Html Css Color HEX #FCD564 Dandelion

📋 copy color: '#FCD564'

red 252 ◦ green 213 ◦ blue 100

#FCD564
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dandelion #FCD564

Tints of Dandelion #FCD564

RGB

 RED value IS 252 (98.83% from 255) = 44.6%

 GREEN value IS 213 (83.59% from 255) = 37.7%

 BLUE value IS 100 (39.45% from 255) = 17.7%

R = 44.6%
G = 37.7%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCD564 (or 0xFCD564) is known color: Dandelion. HEX triplet: FC, D5 and 64. RGB value is (252,213,100). Sum of RGB (Red+Green+Blue) = 252+213+100=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 100 (39.45% from 255 or 17.70% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD564 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD564 is #032A9B. Grayscale: #D4D4D4. Windows color (decimal): -207516 or 6608380. OLE color: 6608380.

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

Color convert

RGB 252 213 100 -
CMYK 0 0.15 0.60 0.01
HSL 44.61º 0.96% 0.69% -
HSV(B) 44.61º 0.6% 0.99% -
XYZ 66.24 69.2 21.92 -
YUV 211.78 64.92 156.69 -
System Red Green Blue C M Y K H S L
Decimal 252 213 100 0 0.15 0.60 0.01 44.61 0.96 0.69
Hex FC D5 64 0 F 3C 1 2D 60 45
Octal 374 325 144 0 17 74 1 55 140 105
Binary 11111100 11010101 1100100 0 1111 111100 1 101101 1100000 1000101

Color Harmonies of #FCD564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD564

Black with #FCD564

Text Example


Text Example

White with #FCD564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD564; }

 p { color: rgb(252,213,100); }

 H1.HeaderClassName
 {
   color: #FCD564;
 }
 .AnyTagClassName
 {
   color: #FCD564;
 }
</style>

background-color css

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

 a { background-color: rgb(252,213,100); }

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

border-color css

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

 span { border-color: rgb(252,213,100); }

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