#FE513E

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

Shades of Sunset Orange #FE513E

Tints of Sunset Orange #FE513E

Color information

#FE513E (or 0xFE513E) is unknown color: approx Sunset Orange. HEX triplet: FE, 51 and 3E. RGB value is (254,81,62). Sum of RGB (Red+Green+Blue) = 254+81+62=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE513E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE513E is #01AEC1. Grayscale: #828282. Windows color (decimal): -110274 or 4084222. OLE color: 4084222.

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

Color convert

RGB2548162-
CMYK00.680.760.00
HSL5.94º98.97%61.96%-
HSV(B)5.94º75.59%99.61%-
XYZ44.6827.37.47-
YUV130.5689.31216.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 63.98%
GREEN value IS 81 (32.03% from 255) = 20.40%
BLUE value IS 62 (24.61% from 255) = 15.62%
R=63.98%
G=20.40%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.76
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254816200.680.760.005.9498.9761.96
HexFE513E0444C06633e
Octal3761217601041140614376
Binary11111110101000111111001000100100110001101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE513E; }

 p { color: rgb(254,81,62); }

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

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

 a { background-color: rgb(254,81,62); }

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

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

 span { border-color: rgb(254,81,62); }

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