#FE5236

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

Shades of Sunset Orange #FE5236

Tints of Sunset Orange #FE5236

Color information

#FE5236 (or 0xFE5236) is unknown color: approx Sunset Orange. HEX triplet: FE, 52 and 36. RGB value is (254,82,54). Sum of RGB (Red+Green+Blue) = 254+82+54=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 54 (21.48% from 255 or 13.85% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5236 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5236 is #01ADC9. Grayscale: #828282. Windows color (decimal): -110026 or 3560190. OLE color: 3560190.

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

Color convert

RGB2548254-
CMYK00.680.790.00
HSL8.4º99.01%60.39%-
HSV(B)8.4º78.74%99.61%-
XYZ44.5627.376.42-
YUV130.2484.98216.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 65.13%
GREEN value IS 82 (32.42% from 255) = 21.03%
BLUE value IS 54 (21.48% from 255) = 13.85%
R=65.13%
G=21.03%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.79
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254825400.680.790.008.499.0160.39
HexFE52360444F08633c
Octal37612266010411701014374
Binary111111101010010110110010001001001111010001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5236; }

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

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

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

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

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

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

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

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