#FCC770

Color #FCC770 Grandis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grandis #FCC770

Tints of Grandis #FCC770

Color information

#FCC770 (or 0xFCC770) is unknown color: approx Grandis. HEX triplet: FC, C7 and 70. RGB value is (252,199,112). Sum of RGB (Red+Green+Blue) = 252+199+112=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 112 (44.14% from 255 or 19.89% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC770 is #03388F. Grayscale: #CDCDCD. Windows color (decimal): -211088 or 7391228. OLE color: 7391228.

HSL color Cylindrical-coordinate representation of color #FCC770: hue angle of 37.29º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCC770 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB252199112-
CMYK00.210.560.01
HSL37.29º95.89%71.37%-
HSV(B)37.29º55.56%98.82%-
XYZ63.4962.7124.09-
YUV204.9375.56161.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.76%
GREEN value IS 199 (78.12% from 255) = 35.35%
BLUE value IS 112 (44.14% from 255) = 19.89%
R=44.76%
G=35.35%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219911200.210.560.0137.2995.8971.37
HexFCC770015381256047
Octal37430716002570145140107
Binary11111100110001111110000010101111000110010111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC770; }

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

 H1.HeaderClassName
 {
   color: #FCC770;
 }
 .AnyTagClassName
 {
   color: #FCC770;
 }
</style>
background-color css

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

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

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

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

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

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