#FE5539

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

Shades of Outrageous Orange #FE5539

Tints of Outrageous Orange #FE5539

Color information

#FE5539 (or 0xFE5539) is unknown color: approx Outrageous Orange. HEX triplet: FE, 55 and 39. RGB value is (254,85,57). Sum of RGB (Red+Green+Blue) = 254+85+57=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 57 (22.66% from 255 or 14.39% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5539 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5539 is #01AAC6. Grayscale: #848484. Windows color (decimal): -109255 or 3757566. OLE color: 3757566.

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

Color convert

RGB2548557-
CMYK00.670.780.00
HSL8.53º98.99%60.98%-
HSV(B)8.53º77.56%99.61%-
XYZ44.8627.866.88-
YUV132.3485.49214.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 64.14%
GREEN value IS 85 (33.59% from 255) = 21.46%
BLUE value IS 57 (22.66% from 255) = 14.39%
R=64.14%
G=21.46%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.78
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254855700.670.780.008.5398.9960.98
HexFE55390434E09633d
Octal37612571010311601114375
Binary111111101010101111001010000111001110010011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5539; }

 p { color: rgb(254,85,57); }

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

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

 a { background-color: rgb(254,85,57); }

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

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

 span { border-color: rgb(254,85,57); }

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