Html Css Color HEX #FCD960 Dandelion

📋 copy color: '#FCD960'

red 252 ◦ green 217 ◦ blue 96

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

Shades of Dandelion #FCD960

Tints of Dandelion #FCD960

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.41%

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

R = 44.6%
G = 38.41%
B = 16.99%

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

#FCD960 (or 0xFCD960) is known color: Dandelion. HEX triplet: FC, D9 and 60. RGB value is (252,217,96). Sum of RGB (Red+Green+Blue) = 252+217+96=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 96 (37.89% from 255 or 16.99% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD960 is #03269F. Grayscale: #D6D6D6. Windows color (decimal): -206496 or 6347260. OLE color: 6347260.

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

Color convert

RGB 252 217 96 -
CMYK 0 0.14 0.62 0.01
HSL 46.54º 0.96% 0.68% -
HSV(B) 46.54º 0.62% 0.99% -
XYZ 67.07 71.17 21.27 -
YUV 213.67 61.6 155.34 -
System Red Green Blue C M Y K H S L
Decimal 252 217 96 0 0.14 0.62 0.01 46.54 0.96 0.68
Hex FC D9 60 0 E 3E 1 2F 60 44
Octal 374 331 140 0 16 76 1 57 140 104
Binary 11111100 11011001 1100000 0 1110 111110 1 101111 1100000 1000100

Color Harmonies of #FCD960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD960

Black with #FCD960

Text Example


Text Example

White with #FCD960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD960; }

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

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

background-color css

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

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

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

border-color css

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

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

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