#FF5840

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

Shades of Sunset Orange #FF5840

Tints of Sunset Orange #FF5840

Color information

#FF5840 (or 0xFF5840) is unknown color: approx Sunset Orange. HEX triplet: FF, 58 and 40. RGB value is (255,88,64). Sum of RGB (Red+Green+Blue) = 255+88+64=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5840 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5840 is #00A7BF. Grayscale: #878787. Windows color (decimal): -42944 or 4217087. OLE color: 4217087.

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

Color convert

RGB2558864-
CMYK00.650.750
HSL7.54º100%62.55%-
HSV(B)7.54º74.9%100%-
XYZ45.6628.617.97-
YUV135.287.83213.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.65%
GREEN value IS 88 (34.77% from 255) = 21.62%
BLUE value IS 64 (25.39% from 255) = 15.72%
R=62.65%
G=21.62%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255886400.650.7507.5410062.55
HexFF58400414B08643f
Octal377130100010111301014477
Binary1111111110110001000000010000011001011010001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5840; }

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

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

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

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

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

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

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

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