#FE5218

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

Shades of International Orange #FE5218

Tints of International Orange #FE5218

Color information

#FE5218 (or 0xFE5218) is unknown color: approx International Orange. HEX triplet: FE, 52 and 18. RGB value is (254,82,24). Sum of RGB (Red+Green+Blue) = 254+82+24=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 24 (9.77% from 255 or 6.67% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5218 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5218 is #01ADE7. Grayscale: #7F7F7F. Windows color (decimal): -110056 or 1594110. OLE color: 1594110.

HSL color Cylindrical-coordinate representation of color #FE5218: hue angle of 15.13º 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 #FE5218 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.00.

Color convert

RGB2548224-
CMYK00.680.910.00
HSL15.13º99.14%54.51%-
HSV(B)15.13º90.55%99.61%-
XYZ44.0627.173.79-
YUV126.8269.98218.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 70.56%
GREEN value IS 82 (32.42% from 255) = 22.78%
BLUE value IS 24 (9.77% from 255) = 6.67%
R=70.56%
G=22.78%
B=6.67%

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
Decimal254822400.680.910.0015.1399.1454.51
HexFE52180445B0f6337
Octal37612230010413301714367
Binary11111110101001011000010001001011011011111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5218; }

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

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

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

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

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

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

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

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