#FF5540

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

Shades of Sunset Orange #FF5540

Tints of Sunset Orange #FF5540

Color information

#FF5540 (or 0xFF5540) is unknown color: approx Sunset Orange. HEX triplet: FF, 55 and 40. RGB value is (255,85,64). Sum of RGB (Red+Green+Blue) = 255+85+64=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5540 is #00AABF. Grayscale: #858585. Windows color (decimal): -43712 or 4216319. OLE color: 4216319.

HSL color Cylindrical-coordinate representation of color #FF5540: hue angle of 6.6º 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 #FF5540 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB2558564-
CMYK00.670.750
HSL6.6º100%62.55%-
HSV(B)6.6º74.9%100%-
XYZ45.4128.137.89-
YUV133.4488.82214.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.12%
GREEN value IS 85 (33.59% from 255) = 21.04%
BLUE value IS 64 (25.39% from 255) = 15.84%
R=63.12%
G=21.04%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255856400.670.7506.610062.55
HexFF55400434B07643f
Octal37712510001031130714477
Binary111111111010101100000001000011100101101111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5540; }

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

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

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

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

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

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

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

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