Html Css Color HEX #FCD964 Dandelion

📋 copy color: '#FCD964'

red 252 ◦ green 217 ◦ blue 100

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

Shades of Dandelion #FCD964

Tints of Dandelion #FCD964

RGB

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

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

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

R = 44.29%
G = 38.14%
B = 17.57%

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

#FCD964 (or 0xFCD964) is known color: Dandelion. HEX triplet: FC, D9 and 64. RGB value is (252,217,100). Sum of RGB (Red+Green+Blue) = 252+217+100=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 100 (39.45% from 255 or 17.57% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD964 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD964 is #03269B. Grayscale: #D6D6D6. Windows color (decimal): -206492 or 6609404. OLE color: 6609404.

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

Color convert

RGB 252 217 100 -
CMYK 0 0.14 0.60 0.01
HSL 46.18º 0.96% 0.69% -
HSV(B) 46.18º 0.6% 0.99% -
XYZ 67.26 71.24 22.26 -
YUV 214.13 63.6 155.01 -
System Red Green Blue C M Y K H S L
Decimal 252 217 100 0 0.14 0.60 0.01 46.18 0.96 0.69
Hex FC D9 64 0 E 3C 1 2E 60 45
Octal 374 331 144 0 16 74 1 56 140 105
Binary 11111100 11011001 1100100 0 1110 111100 1 101110 1100000 1000101

Color Harmonies of #FCD964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD964

Black with #FCD964

Text Example


Text Example

White with #FCD964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD964; }

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

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

background-color css

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

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

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

border-color css

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

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

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