#F8D175

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

Shades of Grandis #F8D175

Tints of Grandis #F8D175

Color information

#F8D175 (or 0xF8D175) is unknown color: approx Grandis. HEX triplet: F8, D1 and 75. RGB value is (248,209,117). Sum of RGB (Red+Green+Blue) = 248+209+117=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 209 (82.03% from 255 or 36.41% from 574); Blue value is 117 (46.09% from 255 or 20.38% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D175 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D175 is #072E8A. Grayscale: #D2D2D2. Windows color (decimal): -470667 or 7721464. OLE color: 7721464.

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

Color convert

RGB248209117-
CMYK00.160.530.03
HSL42.14º90.34%71.57%-
HSV(B)42.14º52.82%97.25%-
XYZ64.7266.8426.32-
YUV210.1775.42154.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.21%
GREEN value IS 209 (82.03% from 255) = 36.41%
BLUE value IS 117 (46.09% from 255) = 20.38%
R=43.21%
G=36.41%
B=20.38%

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
Decimal24820911700.160.530.0342.1490.3471.57
HexF8D1750103532a5a48
Octal37032116502065352132110
Binary111110001101000111101010100001101011110101010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D175; }

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

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

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

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

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

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

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

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