#F9A055

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

Shades of Sunshade #F9A055

Tints of Sunshade #F9A055

Color information

#F9A055 (or 0xF9A055) is unknown color: approx Sunshade. HEX triplet: F9, A0 and 55. RGB value is (249,160,85). Sum of RGB (Red+Green+Blue) = 249+160+85=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 85 (33.59% from 255 or 17.21% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A055 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A055 is #065FAA. Grayscale: #B2B2B2. Windows color (decimal): -417707 or 5611769. OLE color: 5611769.

HSL color Cylindrical-coordinate representation of color #F9A055: hue angle of 27.44º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F9A055 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB24916085-
CMYK00.360.660.02
HSL27.44º93.18%65.49%-
HSV(B)27.44º65.86%97.65%-
XYZ53.2845.9414.65-
YUV178.0675.49178.6-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.40%
GREEN value IS 160 (62.89% from 255) = 32.39%
BLUE value IS 85 (33.59% from 255) = 17.21%
R=50.40%
G=32.39%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491608500.360.660.0227.4493.1865.49
HexF9A0550244221b5d41
Octal371240125044102233135101
Binary1111100110100000101010101001001000010101101110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A055; }

 p { color: rgb(249,160,85); }

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

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

 a { background-color: rgb(249,160,85); }

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

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

 span { border-color: rgb(249,160,85); }

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