#FE5829

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

Shades of Outrageous Orange #FE5829

Tints of Outrageous Orange #FE5829

Color information

#FE5829 (or 0xFE5829) is unknown color: approx Outrageous Orange. HEX triplet: FE, 58 and 29. RGB value is (254,88,41). Sum of RGB (Red+Green+Blue) = 254+88+41=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 41 (16.41% from 255 or 10.70% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5829 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5829 is #01A7D6. Grayscale: #848484. Windows color (decimal): -108503 or 2709758. OLE color: 2709758.

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

Color convert

RGB2548841-
CMYK00.650.840.00
HSL13.24º99.07%57.84%-
HSV(B)13.24º83.86%99.61%-
XYZ44.7628.215.18-
YUV132.2876.5214.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 66.32%
GREEN value IS 88 (34.77% from 255) = 22.98%
BLUE value IS 41 (16.41% from 255) = 10.70%
R=66.32%
G=22.98%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.84
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254884100.650.840.0013.2499.0757.84
HexFE5829041540d633a
Octal37613051010112401514372
Binary111111101011000101001010000011010100011011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5829; }

 p { color: rgb(254,88,41); }

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

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

 a { background-color: rgb(254,88,41); }

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

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

 span { border-color: rgb(254,88,41); }

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