#FE5245

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

Shades of Sunset Orange #FE5245

Tints of Sunset Orange #FE5245

Color information

#FE5245 (or 0xFE5245) is unknown color: approx Sunset Orange. HEX triplet: FE, 52 and 45. RGB value is (254,82,69). Sum of RGB (Red+Green+Blue) = 254+82+69=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5245 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5245 is #01ADBA. Grayscale: #848484. Windows color (decimal): -110011 or 4543230. OLE color: 4543230.

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

Color convert

RGB2548269-
CMYK00.680.730.00
HSL4.22º98.93%63.33%-
HSV(B)4.22º72.83%99.61%-
XYZ44.9627.548.58-
YUV131.9592.48215.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 62.72%
GREEN value IS 82 (32.42% from 255) = 20.25%
BLUE value IS 69 (27.34% from 255) = 17.04%
R=62.72%
G=20.25%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254826900.680.730.004.2298.9363.33
HexFE52450444904633f
Octal37612210501041110414377
Binary111111101010010100010101000100100100101001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5245; }

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

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

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

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

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

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

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

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