#FE5A21

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

Shades of Outrageous Orange #FE5A21

Tints of Outrageous Orange #FE5A21

Color information

#FE5A21 (or 0xFE5A21) is unknown color: approx Outrageous Orange. HEX triplet: FE, 5A and 21. RGB value is (254,90,33). Sum of RGB (Red+Green+Blue) = 254+90+33=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 33 (13.28% from 255 or 8.75% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5A21 is #01A5DE. Grayscale: #848484. Windows color (decimal): -107999 or 2185982. OLE color: 2185982.

HSL color Cylindrical-coordinate representation of color #FE5A21: hue angle of 15.48º 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 #FE5A21 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.00.

Color convert

RGB2549033-
CMYK00.650.870.00
HSL15.48º99.1%56.27%-
HSV(B)15.48º87.01%99.61%-
XYZ44.828.494.58-
YUV132.5471.83214.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 67.37%
GREEN value IS 90 (35.55% from 255) = 23.87%
BLUE value IS 33 (13.28% from 255) = 8.75%
R=67.37%
G=23.87%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.87
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254903300.650.870.0015.4899.156.27
HexFE5A21041570f6338
Octal37613241010112701714370
Binary111111101011010100001010000011010111011111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5A21; }

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

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

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

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

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

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

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

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