#FE5427

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

Shades of Outrageous Orange #FE5427

Tints of Outrageous Orange #FE5427

Color information

#FE5427 (or 0xFE5427) is unknown color: approx Outrageous Orange. HEX triplet: FE, 54 and 27. RGB value is (254,84,39). Sum of RGB (Red+Green+Blue) = 254+84+39=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 39 (15.62% from 255 or 10.34% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5427 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5427 is #01ABD8. Grayscale: #828282. Windows color (decimal): -109529 or 2577662. OLE color: 2577662.

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

Color convert

RGB2548439-
CMYK00.670.850.00
HSL12.56º99.08%57.45%-
HSV(B)12.56º84.65%99.61%-
XYZ44.4127.564.9-
YUV129.776.82216.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 67.37%
GREEN value IS 84 (33.20% from 255) = 22.28%
BLUE value IS 39 (15.62% from 255) = 10.34%
R=67.37%
G=22.28%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.85
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254843900.670.850.0012.5699.0857.45
HexFE5427043550d6339
Octal37612447010312501514371
Binary111111101010100100111010000111010101011011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5427; }

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

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

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

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

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

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

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

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