#FE622A

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

Shades of Outrageous Orange #FE622A

Tints of Outrageous Orange #FE622A

Color information

#FE622A (or 0xFE622A) is unknown color: approx Outrageous Orange. HEX triplet: FE, 62 and 2A. RGB value is (254,98,42). Sum of RGB (Red+Green+Blue) = 254+98+42=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 42 (16.80% from 255 or 10.66% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE622A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE622A is #019DD5. Grayscale: #8A8A8A. Windows color (decimal): -105942 or 2777854. OLE color: 2777854.

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

Color convert

RGB2549842-
CMYK00.610.830.00
HSL15.85º99.07%58.04%-
HSV(B)15.85º83.46%99.61%-
XYZ45.6629.975.57-
YUV138.2673.68210.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 64.47%
GREEN value IS 98 (38.67% from 255) = 24.87%
BLUE value IS 42 (16.80% from 255) = 10.66%
R=64.47%
G=24.87%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.83
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254984200.610.830.0015.8599.0758.04
HexFE622A03D53010633a
Octal3761425207512302014372
Binary111111101100010101010011110110100110100001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE622A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE622A; }

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

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

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

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

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

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

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

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