#FE5934

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

Shades of Outrageous Orange #FE5934

Tints of Outrageous Orange #FE5934

Color information

#FE5934 (or 0xFE5934) is unknown color: approx Outrageous Orange. HEX triplet: FE, 59 and 34. RGB value is (254,89,52). Sum of RGB (Red+Green+Blue) = 254+89+52=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 52 (20.70% from 255 or 13.16% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5934 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5934 is #01A6CB. Grayscale: #868686. Windows color (decimal): -108236 or 3430910. OLE color: 3430910.

HSL color Cylindrical-coordinate representation of color #FE5934: hue angle of 10.99º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE5934 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB2548952-
CMYK00.650.800.00
HSL10.99º99.02%60%-
HSV(B)10.99º79.53%99.61%-
XYZ45.0728.466.37-
YUV134.1281.66213.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 64.30%
GREEN value IS 89 (35.16% from 255) = 22.53%
BLUE value IS 52 (20.70% from 255) = 13.16%
R=64.30%
G=22.53%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.80
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254895200.650.800.0010.9999.0260
HexFE5934041500b633c
Octal37613164010112001314374
Binary111111101011001110100010000011010000010111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5934; }

 p { color: rgb(254,89,52); }

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

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

 a { background-color: rgb(254,89,52); }

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

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

 span { border-color: rgb(254,89,52); }

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