#FE5011

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

Shades of International Orange #FE5011

Tints of International Orange #FE5011

Color information

#FE5011 (or 0xFE5011) is unknown color: approx International Orange. HEX triplet: FE, 50 and 11. RGB value is (254,80,17). Sum of RGB (Red+Green+Blue) = 254+80+17=351 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.36% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5011 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5011 is #01AFEE. Grayscale: #7D7D7D. Windows color (decimal): -110575 or 1134846. OLE color: 1134846.

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

Color convert

RGB2548017-
CMYK00.690.930.00
HSL15.95º99.16%53.14%-
HSV(B)15.95º93.31%99.61%-
XYZ43.8426.853.4-
YUV124.8467.15220.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 72.36%
GREEN value IS 80 (31.64% from 255) = 22.79%
BLUE value IS 17 (7.03% from 255) = 4.84%
R=72.36%
G=22.79%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.93
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254801700.690.930.0015.9599.1653.14
HexFE50110455D0106335
Octal37612021010513502014365
Binary111111101010000100010100010110111010100001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5011; }

 p { color: rgb(254,80,17); }

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

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

 a { background-color: rgb(254,80,17); }

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

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

 span { border-color: rgb(254,80,17); }

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