Html Css Color HEX #FCD364 Dandelion

📋 copy color: '#FCD364'

red 252 ◦ green 211 ◦ blue 100

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

Shades of Dandelion #FCD364

Tints of Dandelion #FCD364

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.48%

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

R = 44.76%
G = 37.48%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCD364 (or 0xFCD364) is known color: Dandelion. HEX triplet: FC, D3 and 64. RGB value is (252,211,100). Sum of RGB (Red+Green+Blue) = 252+211+100=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 211 (82.81% from 255 or 37.48% from 563); Blue value is 100 (39.45% from 255 or 17.76% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD364 is #032C9B. Grayscale: #D3D3D3. Windows color (decimal): -208028 or 6607868. OLE color: 6607868.

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

Color convert

RGB 252 211 100 -
CMYK 0 0.16 0.60 0.01
HSL 43.82º 0.96% 0.69% -
HSV(B) 43.82º 0.6% 0.99% -
XYZ 65.74 68.2 21.76 -
YUV 210.61 65.58 157.53 -
System Red Green Blue C M Y K H S L
Decimal 252 211 100 0 0.16 0.60 0.01 43.82 0.96 0.69
Hex FC D3 64 0 10 3C 1 2C 60 45
Octal 374 323 144 0 20 74 1 54 140 105
Binary 11111100 11010011 1100100 0 10000 111100 1 101100 1100000 1000101

Color Harmonies of #FCD364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD364

Black with #FCD364

Text Example


Text Example

White with #FCD364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD364; }

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

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

background-color css

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

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

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

border-color css

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

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

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