#F7C86D

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

Shades of Grandis #F7C86D

Tints of Grandis #F7C86D

Color information

#F7C86D (or 0xF7C86D) is unknown color: approx Grandis. HEX triplet: F7, C8 and 6D. RGB value is (247,200,109). Sum of RGB (Red+Green+Blue) = 247+200+109=556 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.42% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 109 (42.97% from 255 or 19.60% from 556); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C86D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C86D is #083792. Grayscale: #CCCCCC. Windows color (decimal): -538515 or 7194871. OLE color: 7194871.

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

Color convert

RGB247200109-
CMYK00.190.560.03
HSL39.57º89.61%69.8%-
HSV(B)39.57º55.87%96.86%-
XYZ61.7762.1923.22-
YUV203.6874.57158.9-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.42%
GREEN value IS 200 (78.52% from 255) = 35.97%
BLUE value IS 109 (42.97% from 255) = 19.60%
R=44.42%
G=35.97%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720010900.190.560.0339.5789.6169.8
HexF7C86D013383285a46
Octal36731015502370350132106
Binary111101111100100011011010100111110001110100010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C86D; }

 p { color: rgb(247,200,109); }

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

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

 a { background-color: rgb(247,200,109); }

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

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

 span { border-color: rgb(247,200,109); }

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