#FE5A15

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

Shades of International Orange #FE5A15

Tints of International Orange #FE5A15

Color information

#FE5A15 (or 0xFE5A15) is unknown color: approx International Orange. HEX triplet: FE, 5A and 15. RGB value is (254,90,21). Sum of RGB (Red+Green+Blue) = 254+90+21=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 21 (8.59% from 255 or 5.75% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5A15 is #01A5EA. Grayscale: #838383. Windows color (decimal): -108011 or 1399550. OLE color: 1399550.

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

Color convert

RGB2549021-
CMYK00.650.920.00
HSL17.77º99.15%53.92%-
HSV(B)17.77º91.73%99.61%-
XYZ44.6628.443.84-
YUV131.1765.83215.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 69.59%
GREEN value IS 90 (35.55% from 255) = 24.66%
BLUE value IS 21 (8.59% from 255) = 5.75%
R=69.59%
G=24.66%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254902100.650.920.0017.7799.1553.92
HexFE5A150415C0126336
Octal37613225010113402214366
Binary111111101011010101010100000110111000100101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5A15; }

 p { color: rgb(254,90,21); }

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

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

 a { background-color: rgb(254,90,21); }

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

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

 span { border-color: rgb(254,90,21); }

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