#F7D075

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

Shades of Grandis #F7D075

Tints of Grandis #F7D075

Color information

#F7D075 (or 0xF7D075) is unknown color: approx Grandis. HEX triplet: F7, D0 and 75. RGB value is (247,208,117). Sum of RGB (Red+Green+Blue) = 247+208+117=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 117 (46.09% from 255 or 20.45% from 572); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D075 is #082F8A. Grayscale: #D1D1D1. Windows color (decimal): -536459 or 7721207. OLE color: 7721207.

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

Color convert

RGB247208117-
CMYK00.160.530.03
HSL42º89.04%71.37%-
HSV(B)42º52.63%96.86%-
XYZ64.1266.1726.22-
YUV209.2975.92154.9-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.18%
GREEN value IS 208 (81.64% from 255) = 36.36%
BLUE value IS 117 (46.09% from 255) = 20.45%
R=43.18%
G=36.36%
B=20.45%

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
Decimal24720811700.160.530.034289.0471.37
HexF7D0750103532a5947
Octal36732016502065352131107
Binary111101111101000011101010100001101011110101010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D075; }

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

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

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

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

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

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

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

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