Html Css Color HEX #FCC564 Grandis

📋 copy color: '#FCC564'

red 252 ◦ green 197 ◦ blue 100

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

Shades of Grandis #FCC564

Tints of Grandis #FCC564

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.88%

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

R = 45.9%
G = 35.88%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCC564 (or 0xFCC564) is known color: Grandis. HEX triplet: FC, C5 and 64. RGB value is (252,197,100). Sum of RGB (Red+Green+Blue) = 252+197+100=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 100 (39.45% from 255 or 18.21% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC564 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC564 is #033A9B. Grayscale: #CACACA. Windows color (decimal): -211612 or 6604284. OLE color: 6604284.

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

Color convert

RGB 252 197 100 -
CMYK 0 0.22 0.60 0.01
HSL 38.29º 0.96% 0.69% -
HSV(B) 38.29º 0.6% 0.99% -
XYZ 62.41 61.55 20.65 -
YUV 202.39 70.22 163.39 -
System Red Green Blue C M Y K H S L
Decimal 252 197 100 0 0.22 0.60 0.01 38.29 0.96 0.69
Hex FC C5 64 0 16 3C 1 26 60 45
Octal 374 305 144 0 26 74 1 46 140 105
Binary 11111100 11000101 1100100 0 10110 111100 1 100110 1100000 1000101

Color Harmonies of #FCC564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC564

Black with #FCC564

Text Example


Text Example

White with #FCC564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC564; }

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

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

background-color css

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

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

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

border-color css

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

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

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