#FA9D48

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

Shades of Sunshade #FA9D48

Tints of Sunshade #FA9D48

Color information

#FA9D48 (or 0xFA9D48) is unknown color: approx Sunshade. HEX triplet: FA, 9D and 48. RGB value is (250,157,72). Sum of RGB (Red+Green+Blue) = 250+157+72=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 72 (28.52% from 255 or 15.03% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9D48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9D48 is #0562B7. Grayscale: #AFAFAF. Windows color (decimal): -352952 or 4759034. OLE color: 4759034.

HSL color Cylindrical-coordinate representation of color #FA9D48: hue angle of 28.65º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA9D48 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB25015772-
CMYK00.370.710.02
HSL28.65º94.68%63.14%-
HSV(B)28.65º71.2%98.04%-
XYZ52.6544.9112.02-
YUV175.1269.81181.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.19%
GREEN value IS 157 (61.72% from 255) = 32.78%
BLUE value IS 72 (28.52% from 255) = 15.03%
R=52.19%
G=32.78%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501577200.370.710.0228.6594.6863.14
HexFA9D480254721d5f3f
Octal37223511004510723513777
Binary111110101001110110010000100101100011110111011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9D48; }

 p { color: rgb(250,157,72); }

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

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

 a { background-color: rgb(250,157,72); }

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

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

 span { border-color: rgb(250,157,72); }

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