Html Css Color HEX #FCD864 Dandelion

📋 copy color: '#FCD864'

red 252 ◦ green 216 ◦ blue 100

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

Shades of Dandelion #FCD864

Tints of Dandelion #FCD864

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.03%

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

R = 44.37%
G = 38.03%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCD864 (or 0xFCD864) is known color: Dandelion. HEX triplet: FC, D8 and 64. RGB value is (252,216,100). Sum of RGB (Red+Green+Blue) = 252+216+100=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 100 (39.45% from 255 or 17.61% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD864 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD864 is #03279B. Grayscale: #D6D6D6. Windows color (decimal): -206748 or 6609148. OLE color: 6609148.

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

Color convert

RGB 252 216 100 -
CMYK 0 0.14 0.60 0.01
HSL 45.79º 0.96% 0.69% -
HSV(B) 45.79º 0.6% 0.99% -
XYZ 67 70.73 22.18 -
YUV 213.54 63.93 155.43 -
System Red Green Blue C M Y K H S L
Decimal 252 216 100 0 0.14 0.60 0.01 45.79 0.96 0.69
Hex FC D8 64 0 E 3C 1 2E 60 45
Octal 374 330 144 0 16 74 1 56 140 105
Binary 11111100 11011000 1100100 0 1110 111100 1 101110 1100000 1000101

Color Harmonies of #FCD864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD864

Black with #FCD864

Text Example


Text Example

White with #FCD864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD864; }

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

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

background-color css

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

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

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

border-color css

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

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

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