#F8C76E

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

Shades of Grandis #F8C76E

Tints of Grandis #F8C76E

Color information

#F8C76E (or 0xF8C76E) is unknown color: approx Grandis. HEX triplet: F8, C7 and 6E. RGB value is (248,199,110). Sum of RGB (Red+Green+Blue) = 248+199+110=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 199 (78.12% from 255 or 35.73% from 557); Blue value is 110 (43.36% from 255 or 19.75% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C76E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C76E is #073891. Grayscale: #CBCBCB. Windows color (decimal): -473234 or 7260152. OLE color: 7260152.

HSL color Cylindrical-coordinate representation of color #F8C76E: hue angle of 38.7º degrees, saturation: 0.91, 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 #F8C76E is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB248199110-
CMYK00.200.560.03
HSL38.7º90.79%70.2%-
HSV(B)38.7º55.65%97.25%-
XYZ61.9561.9323.44-
YUV203.575.23159.74-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.52%
GREEN value IS 199 (78.12% from 255) = 35.73%
BLUE value IS 110 (43.36% from 255) = 19.75%
R=44.52%
G=35.73%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819911000.200.560.0338.790.7970.2
HexF8C76E014383275b46
Octal37030715602470347133106
Binary111110001100011111011100101001110001110011110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C76E; }

 p { color: rgb(248,199,110); }

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

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

 a { background-color: rgb(248,199,110); }

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

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

 span { border-color: rgb(248,199,110); }

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