#f8c874

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

Shades of Grandis #F8C874

Tints of Grandis #F8C874

Color information

#F8C874 (or 0xF8C874) is unknown color: approx Grandis. HEX triplet: F8, C8 and 74. RGB value is (248,200,116). Sum of RGB (Red+Green+Blue) = 248+200+116=564 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.97% from 564); Green value is 200 (78.52% from 255 or 35.46% from 564); Blue value is 116 (45.70% from 255 or 20.57% from 564); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C874 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C874 is #07378B. Grayscale: #CDCDCD. Windows color (decimal): -472972 or 7653624. OLE color: 7653624.

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

Color convert

RGB248200116-
CMYK00.190.530.03
HSL38.18º90.41%71.37%-
HSV(B)38.18º53.23%97.25%-
XYZ62.5262.5325.3-
YUV204.7877.9158.83-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.97%
GREEN value IS 200 (78.52% from 255) = 35.46%
BLUE value IS 116 (45.70% from 255) = 20.57%
R=43.97%
G=35.46%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820011600.190.530.0338.1890.4171.37
HexF8C874013353265a47
Octal37031016402365346132107
Binary111110001100100011101000100111101011110011010110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f8c874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f8c874; }

 p { color: rgb(248,200,116); }

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

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

 a { background-color: rgb(248,200,116); }

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

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

 span { border-color: rgb(248,200,116); }

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