#FE5118

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

Shades of International Orange #FE5118

Tints of International Orange #FE5118

Color information

#FE5118 (or 0xFE5118) is unknown color: approx International Orange. HEX triplet: FE, 51 and 18. RGB value is (254,81,24). Sum of RGB (Red+Green+Blue) = 254+81+24=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5118 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5118 is #01AEE7. Grayscale: #7E7E7E. Windows color (decimal): -110312 or 1593854. OLE color: 1593854.

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

Color convert

RGB2548124-
CMYK00.680.910.00
HSL14.87º99.14%54.51%-
HSV(B)14.87º90.55%99.61%-
XYZ43.9827.023.76-
YUV126.2370.31219.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 70.75%
GREEN value IS 81 (32.03% from 255) = 22.56%
BLUE value IS 24 (9.77% from 255) = 6.69%
R=70.75%
G=22.56%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254812400.680.910.0014.8799.1454.51
HexFE51180445B0f6337
Octal37612130010413301714367
Binary11111110101000111000010001001011011011111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5118; }

 p { color: rgb(254,81,24); }

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

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

 a { background-color: rgb(254,81,24); }

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

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

 span { border-color: rgb(254,81,24); }

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