Html Css Color HEX #FCD860 Dandelion

📋 copy color: '#FCD860'

red 252 ◦ green 216 ◦ blue 96

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

Shades of Dandelion #FCD860

Tints of Dandelion #FCD860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.02%

R = 44.68%
G = 38.3%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FCD860 (or 0xFCD860) is known color: Dandelion. HEX triplet: FC, D8 and 60. RGB value is (252,216,96). Sum of RGB (Red+Green+Blue) = 252+216+96=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 96 (37.89% from 255 or 17.02% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD860 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD860 is #03279F. Grayscale: #D5D5D5. Windows color (decimal): -206752 or 6347004. OLE color: 6347004.

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

Color convert

RGB 252 216 96 -
CMYK 0 0.14 0.62 0.01
HSL 46.15º 0.96% 0.68% -
HSV(B) 46.15º 0.62% 0.99% -
XYZ 66.81 70.65 21.18 -
YUV 213.08 61.93 155.76 -
System Red Green Blue C M Y K H S L
Decimal 252 216 96 0 0.14 0.62 0.01 46.15 0.96 0.68
Hex FC D8 60 0 E 3E 1 2E 60 44
Octal 374 330 140 0 16 76 1 56 140 104
Binary 11111100 11011000 1100000 0 1110 111110 1 101110 1100000 1000100

Color Harmonies of #FCD860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD860

Black with #FCD860

Text Example


Text Example

White with #FCD860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD860; }

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

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

background-color css

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

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

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

border-color css

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

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

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