#F7C966

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

Shades of Grandis #F7C966

Tints of Grandis #F7C966

Color information

#F7C966 (or 0xF7C966) is unknown color: approx Grandis. HEX triplet: F7, C9 and 66. RGB value is (247,201,102). Sum of RGB (Red+Green+Blue) = 247+201+102=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 102 (40.23% from 255 or 18.55% from 550); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C966 is #083699. Grayscale: #CBCBCB. Windows color (decimal): -538266 or 6736375. OLE color: 6736375.

HSL color Cylindrical-coordinate representation of color #F7C966: hue angle of 40.97º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F7C966 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB247201102-
CMYK00.190.590.03
HSL40.97º90.06%68.43%-
HSV(B)40.97º58.7%96.86%-
XYZ61.6462.5121.39-
YUV203.4770.74159.05-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.91%
GREEN value IS 201 (78.91% from 255) = 36.55%
BLUE value IS 102 (40.23% from 255) = 18.55%
R=44.91%
G=36.55%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720110200.190.590.0340.9790.0668.43
HexF7C9660133B3295a44
Octal36731114602373351132104
Binary111101111100100111001100100111110111110100110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C966; }

 p { color: rgb(247,201,102); }

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

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

 a { background-color: rgb(247,201,102); }

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

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

 span { border-color: rgb(247,201,102); }

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