Html Css Color HEX #FCC964 Grandis

📋 copy color: '#FCC964'

red 252 ◦ green 201 ◦ blue 100

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

Shades of Grandis #FCC964

Tints of Grandis #FCC964

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.35%

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

R = 45.57%
G = 36.35%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCC964 (or 0xFCC964) is known color: Grandis. HEX triplet: FC, C9 and 64. RGB value is (252,201,100). Sum of RGB (Red+Green+Blue) = 252+201+100=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 100 (39.45% from 255 or 18.08% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC964 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC964 is #03369B. Grayscale: #CDCDCD. Windows color (decimal): -210588 or 6605308. OLE color: 6605308.

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

Color convert

RGB 252 201 100 -
CMYK 0 0.20 0.60 0.01
HSL 39.87º 0.96% 0.69% -
HSV(B) 39.87º 0.6% 0.99% -
XYZ 63.33 63.39 20.95 -
YUV 204.74 68.9 161.71 -
System Red Green Blue C M Y K H S L
Decimal 252 201 100 0 0.20 0.60 0.01 39.87 0.96 0.69
Hex FC C9 64 0 14 3C 1 28 60 45
Octal 374 311 144 0 24 74 1 50 140 105
Binary 11111100 11001001 1100100 0 10100 111100 1 101000 1100000 1000101

Color Harmonies of #FCC964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC964

Black with #FCC964

Text Example


Text Example

White with #FCC964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC964; }

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

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

background-color css

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

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

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

border-color css

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

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

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