#FE5521

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

Shades of Outrageous Orange #FE5521

Tints of Outrageous Orange #FE5521

Color information

#FE5521 (or 0xFE5521) is unknown color: approx Outrageous Orange. HEX triplet: FE, 55 and 21. RGB value is (254,85,33). Sum of RGB (Red+Green+Blue) = 254+85+33=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 33 (13.28% from 255 or 8.87% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5521 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5521 is #01AADE. Grayscale: #818181. Windows color (decimal): -109279 or 2184702. OLE color: 2184702.

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

Color convert

RGB2548533-
CMYK00.670.870.00
HSL14.12º99.1%56.27%-
HSV(B)14.12º87.01%99.61%-
XYZ44.427.684.44-
YUV129.673.49216.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 68.28%
GREEN value IS 85 (33.59% from 255) = 22.85%
BLUE value IS 33 (13.28% from 255) = 8.87%
R=68.28%
G=22.85%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.87
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254853300.670.870.0014.1299.156.27
HexFE5521043570e6338
Octal37612541010312701614370
Binary111111101010101100001010000111010111011101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5521; }

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

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

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

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

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

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

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

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