#FF5345

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

Shades of Sunset Orange #FF5345

Tints of Sunset Orange #FF5345

Color information

#FF5345 (or 0xFF5345) is unknown color: approx Sunset Orange. HEX triplet: FF, 53 and 45. RGB value is (255,83,69). Sum of RGB (Red+Green+Blue) = 255+83+69=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 69 (27.34% from 255 or 16.95% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5345 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5345 is #00ACBA. Grayscale: #858585. Windows color (decimal): -44219 or 4543487. OLE color: 4543487.

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

Color convert

RGB2558369-
CMYK00.670.730
HSL4.52º100%63.53%-
HSV(B)4.52º72.94%100%-
XYZ45.4127.888.62-
YUV132.8391.98215.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.65%
GREEN value IS 83 (32.81% from 255) = 20.39%
BLUE value IS 69 (27.34% from 255) = 16.95%
R=62.65%
G=20.39%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255836900.670.7304.5210063.53
HexFF534504349056440
Octal377123105010311105144100
Binary1111111110100111000101010000111001001010111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5345; }

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

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

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

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

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

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

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

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