#FF5340

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

Shades of Sunset Orange #FF5340

Tints of Sunset Orange #FF5340

Color information

#FF5340 (or 0xFF5340) is unknown color: approx Sunset Orange. HEX triplet: FF, 53 and 40. RGB value is (255,83,64). Sum of RGB (Red+Green+Blue) = 255+83+64=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5340 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5340 is #00ACBF. Grayscale: #848484. Windows color (decimal): -44224 or 4215807. OLE color: 4215807.

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

Color convert

RGB2558364-
CMYK00.670.750
HSL5.97º100%62.55%-
HSV(B)5.97º74.9%100%-
XYZ45.2627.827.83-
YUV132.2689.48215.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.43%
GREEN value IS 83 (32.81% from 255) = 20.65%
BLUE value IS 64 (25.39% from 255) = 15.92%
R=63.43%
G=20.65%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255836400.670.7505.9710062.55
HexFF53400434B06643f
Octal37712310001031130614477
Binary111111111010011100000001000011100101101101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5340; }

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

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

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

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

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

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

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

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