#FA4945

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

Shades of Sunset Orange #FA4945

Tints of Sunset Orange #FA4945

Color information

#FA4945 (or 0xFA4945) is unknown color: approx Sunset Orange. HEX triplet: FA, 49 and 45. RGB value is (250,73,69). Sum of RGB (Red+Green+Blue) = 250+73+69=392 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.78% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4945 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4945 is #05B6BA. Grayscale: #7D7D7D. Windows color (decimal): -374459 or 4540922. OLE color: 4540922.

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

Color convert

RGB2507369-
CMYK00.710.720.02
HSL1.33º94.76%62.55%-
HSV(B)1.33º72.4%98.04%-
XYZ42.8825.528.3-
YUV125.4796.14216.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 63.78%
GREEN value IS 73 (28.91% from 255) = 18.62%
BLUE value IS 69 (27.34% from 255) = 17.60%
R=63.78%
G=18.62%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250736900.710.720.021.3394.7662.55
HexFA494504748215f3f
Octal37211110501071102113777
Binary11111010100100110001010100011110010001011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4945; }

 p { color: rgb(250,73,69); }

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

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

 a { background-color: rgb(250,73,69); }

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

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

 span { border-color: rgb(250,73,69); }

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