#FE5C2A

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

Shades of Outrageous Orange #FE5C2A

Tints of Outrageous Orange #FE5C2A

Color information

#FE5C2A (or 0xFE5C2A) is unknown color: approx Outrageous Orange. HEX triplet: FE, 5C and 2A. RGB value is (254,92,42). Sum of RGB (Red+Green+Blue) = 254+92+42=388 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.46% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 42 (16.80% from 255 or 10.82% from 388); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5C2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5C2A is #01A3D5. Grayscale: #878787. Windows color (decimal): -107478 or 2776318. OLE color: 2776318.

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

Color convert

RGB2549242-
CMYK00.640.830.00
HSL14.15º99.07%58.04%-
HSV(B)14.15º83.46%99.61%-
XYZ45.1228.895.39-
YUV134.7475.67213.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 65.46%
GREEN value IS 92 (36.33% from 255) = 23.71%
BLUE value IS 42 (16.80% from 255) = 10.82%
R=65.46%
G=23.71%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.83
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254924200.640.830.0014.1599.0758.04
HexFE5C2A040530e633a
Octal37613452010012301614372
Binary111111101011100101010010000001010011011101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5C2A; }

 p { color: rgb(254,92,42); }

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

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

 a { background-color: rgb(254,92,42); }

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

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

 span { border-color: rgb(254,92,42); }

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