Html Css Color HEX #FCD966 Dandelion

📋 copy color: '#FCD966'

red 252 ◦ green 217 ◦ blue 102

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

Shades of Dandelion #FCD966

Tints of Dandelion #FCD966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 17.86%

R = 44.13%
G = 38%
B = 17.86%

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

#FCD966 (or 0xFCD966) is known color: Dandelion. HEX triplet: FC, D9 and 66. RGB value is (252,217,102). Sum of RGB (Red+Green+Blue) = 252+217+102=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 102 (40.23% from 255 or 17.86% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD966 is #032699. Grayscale: #D6D6D6. Windows color (decimal): -206490 or 6740476. OLE color: 6740476.

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

Color convert

RGB 252 217 102 -
CMYK 0 0.14 0.60 0.01
HSL 46º 0.96% 0.69% -
HSV(B) 46º 0.6% 0.99% -
XYZ 67.36 71.28 22.78 -
YUV 214.36 64.6 154.85 -
System Red Green Blue C M Y K H S L
Decimal 252 217 102 0 0.14 0.60 0.01 46 0.96 0.69
Hex FC D9 66 0 E 3C 1 2E 60 45
Octal 374 331 146 0 16 74 1 56 140 105
Binary 11111100 11011001 1100110 0 1110 111100 1 101110 1100000 1000101

Color Harmonies of #FCD966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD966

Black with #FCD966

Text Example


Text Example

White with #FCD966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD966; }

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

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

background-color css

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

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

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

border-color css

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

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

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