#F7D175

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

Shades of Grandis #F7D175

Tints of Grandis #F7D175

Color information

#F7D175 (or 0xF7D175) is unknown color: approx Grandis. HEX triplet: F7, D1 and 75. RGB value is (247,209,117). Sum of RGB (Red+Green+Blue) = 247+209+117=573 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.11% from 573); Green value is 209 (82.03% from 255 or 36.47% from 573); Blue value is 117 (46.09% from 255 or 20.42% from 573); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D175 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D175 is #082E8A. Grayscale: #D2D2D2. Windows color (decimal): -536203 or 7721463. OLE color: 7721463.

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

Color convert

RGB247209117-
CMYK00.150.530.03
HSL42.46º89.04%71.37%-
HSV(B)42.46º52.63%96.86%-
XYZ64.3766.6626.3-
YUV209.8775.59154.48-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.11%
GREEN value IS 209 (82.03% from 255) = 36.47%
BLUE value IS 117 (46.09% from 255) = 20.42%
R=43.11%
G=36.47%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720911700.150.530.0342.4689.0471.37
HexF7D1750F3532a5947
Octal36732116501765352131107
Binary11110111110100011110101011111101011110101010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D175; }

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

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

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

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

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

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

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

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