#FE5049

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

Shades of Sunset Orange #FE5049

Tints of Sunset Orange #FE5049

Color information

#FE5049 (or 0xFE5049) is unknown color: approx Sunset Orange. HEX triplet: FE, 50 and 49. RGB value is (254,80,73). Sum of RGB (Red+Green+Blue) = 254+80+73=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5049 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5049 is #01AFB6. Grayscale: #838383. Windows color (decimal): -110519 or 4804862. OLE color: 4804862.

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

Color convert

RGB2548073-
CMYK00.690.710.00
HSL2.32º98.91%64.12%-
HSV(B)2.32º71.26%99.61%-
XYZ44.9427.299.2-
YUV131.2395.15215.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 62.41%
GREEN value IS 80 (31.64% from 255) = 19.66%
BLUE value IS 73 (28.91% from 255) = 17.94%
R=62.41%
G=19.66%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254807300.690.710.002.3298.9164.12
HexFE504904547026340
Octal376120111010510702143100
Binary111111101010000100100101000101100011101011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5049; }

 p { color: rgb(254,80,73); }

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

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

 a { background-color: rgb(254,80,73); }

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

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

 span { border-color: rgb(254,80,73); }

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