#FE5421

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

Shades of Outrageous Orange #FE5421

Tints of Outrageous Orange #FE5421

Color information

#FE5421 (or 0xFE5421) is unknown color: approx Outrageous Orange. HEX triplet: FE, 54 and 21. RGB value is (254,84,33). Sum of RGB (Red+Green+Blue) = 254+84+33=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5421 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5421 is #01ABDE. Grayscale: #818181. Windows color (decimal): -109535 or 2184446. OLE color: 2184446.

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

Color convert

RGB2548433-
CMYK00.670.870.00
HSL13.85º99.1%56.27%-
HSV(B)13.85º87.01%99.61%-
XYZ44.3227.524.42-
YUV129.0273.82217.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 68.46%
GREEN value IS 84 (33.20% from 255) = 22.64%
BLUE value IS 33 (13.28% from 255) = 8.89%
R=68.46%
G=22.64%
B=8.89%

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
Decimal254843300.670.870.0013.8599.156.27
HexFE5421043570e6338
Octal37612441010312701614370
Binary111111101010100100001010000111010111011101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5421; }

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

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

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

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

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

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

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

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