#FE5742

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

Shades of Sunset Orange #FE5742

Tints of Sunset Orange #FE5742

Color information

#FE5742 (or 0xFE5742) is unknown color: approx Sunset Orange. HEX triplet: FE, 57 and 42. RGB value is (254,87,66). Sum of RGB (Red+Green+Blue) = 254+87+66=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 66 (26.17% from 255 or 16.22% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5742 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5742 is #01A8BD. Grayscale: #868686. Windows color (decimal): -108734 or 4347902. OLE color: 4347902.

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

Color convert

RGB2548766-
CMYK00.660.740.00
HSL6.7º98.95%62.75%-
HSV(B)6.7º74.02%99.61%-
XYZ45.2628.288.23-
YUV134.5489.33213.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 62.41%
GREEN value IS 87 (34.38% from 255) = 21.38%
BLUE value IS 66 (26.17% from 255) = 16.22%
R=62.41%
G=21.38%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254876600.660.740.006.798.9562.75
HexFE57420424A07633f
Octal37612710201021120714377
Binary111111101010111100001001000010100101001111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5742; }

 p { color: rgb(254,87,66); }

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

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

 a { background-color: rgb(254,87,66); }

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

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

 span { border-color: rgb(254,87,66); }

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