Html Css Color HEX #FCC764 Grandis

📋 copy color: '#FCC764'

red 252 ◦ green 199 ◦ blue 100

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

Shades of Grandis #FCC764

Tints of Grandis #FCC764

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.12%

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

R = 45.74%
G = 36.12%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCC764 (or 0xFCC764) is known color: Grandis. HEX triplet: FC, C7 and 64. RGB value is (252,199,100). Sum of RGB (Red+Green+Blue) = 252+199+100=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 199 (78.12% from 255 or 36.12% from 551); Blue value is 100 (39.45% from 255 or 18.15% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC764 is #03389B. Grayscale: #CCCCCC. Windows color (decimal): -211100 or 6604796. OLE color: 6604796.

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

Color convert

RGB 252 199 100 -
CMYK 0 0.21 0.60 0.01
HSL 39.08º 0.96% 0.69% -
HSV(B) 39.08º 0.6% 0.99% -
XYZ 62.87 62.46 20.8 -
YUV 203.56 69.56 162.55 -
System Red Green Blue C M Y K H S L
Decimal 252 199 100 0 0.21 0.60 0.01 39.08 0.96 0.69
Hex FC C7 64 0 15 3C 1 27 60 45
Octal 374 307 144 0 25 74 1 47 140 105
Binary 11111100 11000111 1100100 0 10101 111100 1 100111 1100000 1000101

Color Harmonies of #FCC764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC764

Black with #FCC764

Text Example


Text Example

White with #FCC764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC764; }

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

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

background-color css

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

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

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

border-color css

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

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

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