#FF5541

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

Shades of Sunset Orange #FF5541

Tints of Sunset Orange #FF5541

Color information

#FF5541 (or 0xFF5541) is unknown color: approx Sunset Orange. HEX triplet: FF, 55 and 41. RGB value is (255,85,65). Sum of RGB (Red+Green+Blue) = 255+85+65=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5541 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5541 is #00AABE. Grayscale: #858585. Windows color (decimal): -43711 or 4281855. OLE color: 4281855.

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

Color convert

RGB2558565-
CMYK00.670.750
HSL6.32º100%62.75%-
HSV(B)6.32º74.51%100%-
XYZ45.4428.148.04-
YUV133.5589.32214.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.96%
GREEN value IS 85 (33.59% from 255) = 20.99%
BLUE value IS 65 (25.78% from 255) = 16.05%
R=62.96%
G=20.99%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255856500.670.7506.3210062.75
HexFF55410434B06643f
Octal37712510101031130614477
Binary111111111010101100000101000011100101101101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5541; }

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

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

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

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

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

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

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

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