#FE5010

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

Shades of International Orange #FE5010

Tints of International Orange #FE5010

Color information

#FE5010 (or 0xFE5010) is unknown color: approx International Orange. HEX triplet: FE, 50 and 10. RGB value is (254,80,16). Sum of RGB (Red+Green+Blue) = 254+80+16=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5010 is #01AFEF. Grayscale: #7D7D7D. Windows color (decimal): -110576 or 1069310. OLE color: 1069310.

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

Color convert

RGB2548016-
CMYK00.690.940.00
HSL16.13º99.17%52.94%-
HSV(B)16.13º93.7%99.61%-
XYZ43.8426.853.36-
YUV124.7366.65220.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 72.57%
GREEN value IS 80 (31.64% from 255) = 22.86%
BLUE value IS 16 (6.64% from 255) = 4.57%
R=72.57%
G=22.86%
B=4.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.94
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254801600.690.940.0016.1399.1752.94
HexFE50100455E0106335
Octal37612020010513602014365
Binary111111101010000100000100010110111100100001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5010; }

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

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

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

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

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

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

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

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