Html Css Color HEX #FCD464 Dandelion

📋 copy color: '#FCD464'

red 252 ◦ green 212 ◦ blue 100

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

Shades of Dandelion #FCD464

Tints of Dandelion #FCD464

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.59%

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

R = 44.68%
G = 37.59%
B = 17.73%

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

#FCD464 (or 0xFCD464) is known color: Dandelion. HEX triplet: FC, D4 and 64. RGB value is (252,212,100). Sum of RGB (Red+Green+Blue) = 252+212+100=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 212 (83.20% from 255 or 37.59% from 564); Blue value is 100 (39.45% from 255 or 17.73% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD464 is #032B9B. Grayscale: #D3D3D3. Windows color (decimal): -207772 or 6608124. OLE color: 6608124.

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

Color convert

RGB 252 212 100 -
CMYK 0 0.16 0.60 0.01
HSL 44.21º 0.96% 0.69% -
HSV(B) 44.21º 0.6% 0.99% -
XYZ 65.99 68.7 21.84 -
YUV 211.19 65.25 157.11 -
System Red Green Blue C M Y K H S L
Decimal 252 212 100 0 0.16 0.60 0.01 44.21 0.96 0.69
Hex FC D4 64 0 10 3C 1 2C 60 45
Octal 374 324 144 0 20 74 1 54 140 105
Binary 11111100 11010100 1100100 0 10000 111100 1 101100 1100000 1000101

Color Harmonies of #FCD464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD464

Black with #FCD464

Text Example


Text Example

White with #FCD464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD464; }

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

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

background-color css

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

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

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

border-color css

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

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

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