#FA9556

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

Shades of Sunshade #FA9556

Tints of Sunshade #FA9556

Color information

#FA9556 (or 0xFA9556) is unknown color: approx Sunshade. HEX triplet: FA, 95 and 56. RGB value is (250,149,86). Sum of RGB (Red+Green+Blue) = 250+149+86=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 86 (33.98% from 255 or 17.73% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9556 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9556 is #056AA9. Grayscale: #ACACAC. Windows color (decimal): -354986 or 5674490. OLE color: 5674490.

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

Color convert

RGB25014986-
CMYK00.400.660.02
HSL23.05º94.25%65.88%-
HSV(B)23.05º65.6%98.04%-
XYZ51.8542.4914.27-
YUV172.0279.46183.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.55%
GREEN value IS 149 (58.59% from 255) = 30.72%
BLUE value IS 86 (33.98% from 255) = 17.73%
R=51.55%
G=30.72%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501498600.400.660.0223.0594.2565.88
HexFA9556028422175e42
Octal372225126050102227136102
Binary1111101010010101101011001010001000010101011110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9556; }

 p { color: rgb(250,149,86); }

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

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

 a { background-color: rgb(250,149,86); }

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

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

 span { border-color: rgb(250,149,86); }

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