#FF5245

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

Shades of Sunset Orange #FF5245

Tints of Sunset Orange #FF5245

Color information

#FF5245 (or 0xFF5245) is unknown color: approx Sunset Orange. HEX triplet: FF, 52 and 45. RGB value is (255,82,69). Sum of RGB (Red+Green+Blue) = 255+82+69=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5245 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5245 is #00ADBA. Grayscale: #848484. Windows color (decimal): -44475 or 4543231. OLE color: 4543231.

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

Color convert

RGB2558269-
CMYK00.680.730
HSL4.19º100%63.53%-
HSV(B)4.19º72.94%100%-
XYZ45.3327.728.59-
YUV132.2492.31215.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.81%
GREEN value IS 82 (32.42% from 255) = 20.20%
BLUE value IS 69 (27.34% from 255) = 17.00%
R=62.81%
G=20.20%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255826900.680.7304.1910063.53
HexFF524504449046440
Octal377122105010411104144100
Binary1111111110100101000101010001001001001010011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5245; }

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

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

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

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

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

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

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

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