#F8C967

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

Shades of Grandis #F8C967

Tints of Grandis #F8C967

Color information

#F8C967 (or 0xF8C967) is unknown color: approx Grandis. HEX triplet: F8, C9 and 67. RGB value is (248,201,103). Sum of RGB (Red+Green+Blue) = 248+201+103=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 103 (40.62% from 255 or 18.66% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C967 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C967 is #073698. Grayscale: #CCCCCC. Windows color (decimal): -472729 or 6801912. OLE color: 6801912.

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

Color convert

RGB248201103-
CMYK00.190.580.03
HSL40.55º91.19%68.82%-
HSV(B)40.55º58.47%97.25%-
XYZ62.0562.7121.67-
YUV203.8871.07159.47-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.93%
GREEN value IS 201 (78.91% from 255) = 36.41%
BLUE value IS 103 (40.62% from 255) = 18.66%
R=44.93%
G=36.41%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820110300.190.580.0340.5591.1968.82
HexF8C9670133A3295b45
Octal37031114702372351133105
Binary111110001100100111001110100111110101110100110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C967; }

 p { color: rgb(248,201,103); }

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

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

 a { background-color: rgb(248,201,103); }

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

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

 span { border-color: rgb(248,201,103); }

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