#F9D075

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

Shades of Grandis #F9D075

Tints of Grandis #F9D075

Color information

#F9D075 (or 0xF9D075) is unknown color: approx Grandis. HEX triplet: F9, D0 and 75. RGB value is (249,208,117). Sum of RGB (Red+Green+Blue) = 249+208+117=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 117 (46.09% from 255 or 20.38% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9D075 is #062F8A. Grayscale: #D2D2D2. Windows color (decimal): -405387 or 7721209. OLE color: 7721209.

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

Color convert

RGB249208117-
CMYK00.160.530.02
HSL41.36º91.67%71.76%-
HSV(B)41.36º53.01%97.65%-
XYZ64.8366.5426.26-
YUV209.8875.58155.9-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.38%
GREEN value IS 208 (81.64% from 255) = 36.24%
BLUE value IS 117 (46.09% from 255) = 20.38%
R=43.38%
G=36.24%
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.02
SystemRedGreenBlueCMYKHSL
Decimal24920811700.160.530.0241.3691.6771.76
HexF9D075010352295c48
Octal37132016502065251134110
Binary111110011101000011101010100001101011010100110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D075; }

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

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

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

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

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

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

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

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