#FE5802

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

Shades of International Orange #FE5802

Tints of International Orange #FE5802

Color information

#FE5802 (or 0xFE5802) is unknown color: approx International Orange. HEX triplet: FE, 58 and 02. RGB value is (254,88,2). Sum of RGB (Red+Green+Blue) = 254+88+2=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5802 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5802 is #01A7FD. Grayscale: #808080. Windows color (decimal): -108542 or 153854. OLE color: 153854.

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

Color convert

RGB254882-
CMYK00.650.990.00
HSL20.48º99.21%50.2%-
HSV(B)20.48º99.21%99.61%-
XYZ44.3728.053.13-
YUV127.8357217.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 73.84%
GREEN value IS 88 (34.77% from 255) = 25.58%
BLUE value IS 2 (1.17% from 255) = 0.58%
R=73.84%
G=25.58%
B=0.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.99
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25488200.650.990.0020.4899.2150.2
HexFE582041630146332
Octal3761302010114302414362
Binary111111101011000100100000111000110101001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5802; }

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

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

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

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

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

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

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

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