#F8D174

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

Shades of Grandis #F8D174

Tints of Grandis #F8D174

Color information

#F8D174 (or 0xF8D174) is unknown color: approx Grandis. HEX triplet: F8, D1 and 74. RGB value is (248,209,116). Sum of RGB (Red+Green+Blue) = 248+209+116=573 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.28% from 573); Green value is 209 (82.03% from 255 or 36.47% from 573); Blue value is 116 (45.70% from 255 or 20.24% from 573); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D174 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D174 is #072E8B. Grayscale: #D2D2D2. Windows color (decimal): -470668 or 7655928. OLE color: 7655928.

HSL color Cylindrical-coordinate representation of color #F8D174: hue angle of 42.27º 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 #F8D174 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB248209116-
CMYK00.160.530.03
HSL42.27º90.41%71.37%-
HSV(B)42.27º53.23%97.25%-
XYZ64.6666.8226.01-
YUV210.0674.92155.06-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.28%
GREEN value IS 209 (82.03% from 255) = 36.47%
BLUE value IS 116 (45.70% from 255) = 20.24%
R=43.28%
G=36.47%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820911600.160.530.0342.2790.4171.37
HexF8D1740103532a5a47
Octal37032116402065352132107
Binary111110001101000111101000100001101011110101010110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D174; }

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

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

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

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

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

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

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

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