#F7CC76

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

Shades of Grandis #F7CC76

Tints of Grandis #F7CC76

Color information

#F7CC76 (or 0xF7CC76) is unknown color: approx Grandis. HEX triplet: F7, CC and 76. RGB value is (247,204,118). Sum of RGB (Red+Green+Blue) = 247+204+118=569 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.41% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 118 (46.48% from 255 or 20.74% from 569); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CC76 is #083389. Grayscale: #CFCFCF. Windows color (decimal): -537482 or 7785719. OLE color: 7785719.

HSL color Cylindrical-coordinate representation of color #F7CC76: hue angle of 40º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F7CC76 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB247204118-
CMYK00.170.520.03
HSL40º88.97%71.57%-
HSV(B)40º52.23%96.86%-
XYZ63.2264.2726.21-
YUV207.0577.75156.49-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.41%
GREEN value IS 204 (80.08% from 255) = 35.85%
BLUE value IS 118 (46.48% from 255) = 20.74%
R=43.41%
G=35.85%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720411800.170.520.034088.9771.57
HexF7CC76011343285948
Octal36731416602164350131110
Binary111101111100110011101100100011101001110100010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CC76; }

 p { color: rgb(247,204,118); }

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

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

 a { background-color: rgb(247,204,118); }

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

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

 span { border-color: rgb(247,204,118); }

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