Html Css Color HEX #FCD164 Dandelion

📋 copy color: '#FCD164'

red 252 ◦ green 209 ◦ blue 100

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

Shades of Dandelion #FCD164

Tints of Dandelion #FCD164

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.25%

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

R = 44.92%
G = 37.25%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCD164 (or 0xFCD164) is known color: Dandelion. HEX triplet: FC, D1 and 64. RGB value is (252,209,100). Sum of RGB (Red+Green+Blue) = 252+209+100=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 100 (39.45% from 255 or 17.83% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD164 is #032E9B. Grayscale: #D1D1D1. Windows color (decimal): -208540 or 6607356. OLE color: 6607356.

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

Color convert

RGB 252 209 100 -
CMYK 0 0.17 0.60 0.01
HSL 43.03º 0.96% 0.69% -
HSV(B) 43.03º 0.6% 0.99% -
XYZ 65.25 67.22 21.59 -
YUV 209.43 66.25 158.36 -
System Red Green Blue C M Y K H S L
Decimal 252 209 100 0 0.17 0.60 0.01 43.03 0.96 0.69
Hex FC D1 64 0 11 3C 1 2B 60 45
Octal 374 321 144 0 21 74 1 53 140 105
Binary 11111100 11010001 1100100 0 10001 111100 1 101011 1100000 1000101

Color Harmonies of #FCD164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD164

Black with #FCD164

Text Example


Text Example

White with #FCD164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD164; }

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

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

background-color css

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

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

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

border-color css

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

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

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