#FF5549

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

Shades of Sunset Orange #FF5549

Tints of Sunset Orange #FF5549

Color information

#FF5549 (or 0xFF5549) is unknown color: approx Sunset Orange. HEX triplet: FF, 55 and 49. RGB value is (255,85,73). Sum of RGB (Red+Green+Blue) = 255+85+73=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5549 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5549 is #00AAB6. Grayscale: #868686. Windows color (decimal): -43703 or 4806143. OLE color: 4806143.

HSL color Cylindrical-coordinate representation of color #FF5549: hue angle of 3.96º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF5549 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.

Color convert

RGB2558573-
CMYK00.670.710
HSL3.96º100%64.31%-
HSV(B)3.96º71.37%100%-
XYZ45.6928.249.35-
YUV134.4693.32213.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.74%
GREEN value IS 85 (33.59% from 255) = 20.58%
BLUE value IS 73 (28.91% from 255) = 17.68%
R=61.74%
G=20.58%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255857300.670.7103.9610064.31
HexFF554904347046440
Octal377125111010310704144100
Binary1111111110101011001001010000111000111010011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5549; }

 p { color: rgb(255,85,73); }

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

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

 a { background-color: rgb(255,85,73); }

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

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

 span { border-color: rgb(255,85,73); }

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