#FA5218

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

Shades of International Orange #FA5218

Tints of International Orange #FA5218

Color information

#FA5218 (or 0xFA5218) is unknown color: approx International Orange. HEX triplet: FA, 52 and 18. RGB value is (250,82,24). Sum of RGB (Red+Green+Blue) = 250+82+24=356 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.22% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5218 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5218 is #05ADE7. Grayscale: #7E7E7E. Windows color (decimal): -372200 or 1594106. OLE color: 1594106.

HSL color Cylindrical-coordinate representation of color #FA5218: hue angle of 15.4º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA5218 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB2508224-
CMYK00.670.900.02
HSL15.4º95.76%53.73%-
HSV(B)15.4º90.4%98.04%-
XYZ42.6126.423.72-
YUV125.6270.66216.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 70.22%
GREEN value IS 82 (32.42% from 255) = 23.03%
BLUE value IS 24 (9.77% from 255) = 6.74%
R=70.22%
G=23.03%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250822400.670.900.0215.495.7653.73
HexFA52180435A2f6036
Octal37212230010313221714066
Binary111110101010010110000100001110110101011111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5218; }

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

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

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

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

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

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

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

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