#FF5240

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

Shades of Sunset Orange #FF5240

Tints of Sunset Orange #FF5240

Color information

#FF5240 (or 0xFF5240) is unknown color: approx Sunset Orange. HEX triplet: FF, 52 and 40. RGB value is (255,82,64). Sum of RGB (Red+Green+Blue) = 255+82+64=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5240 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5240 is #00ADBF. Grayscale: #838383. Windows color (decimal): -44480 or 4215551. OLE color: 4215551.

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

Color convert

RGB2558264-
CMYK00.680.750
HSL5.65º100%62.55%-
HSV(B)5.65º74.9%100%-
XYZ45.1827.667.81-
YUV131.6789.81215.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.59%
GREEN value IS 82 (32.42% from 255) = 20.45%
BLUE value IS 64 (25.39% from 255) = 15.96%
R=63.59%
G=20.45%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255826400.680.7505.6510062.55
HexFF52400444B06643f
Octal37712210001041130614477
Binary111111111010010100000001000100100101101101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5240; }

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

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

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

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

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

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

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

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