#FA5810

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

Shades of International Orange #FA5810

Tints of International Orange #FA5810

Color information

#FA5810 (or 0xFA5810) is unknown color: approx International Orange. HEX triplet: FA, 58 and 10. RGB value is (250,88,16). Sum of RGB (Red+Green+Blue) = 250+88+16=354 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.62% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5810 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5810 is #05A7EF. Grayscale: #808080. Windows color (decimal): -370672 or 1071354. OLE color: 1071354.

HSL color Cylindrical-coordinate representation of color #FA5810: hue angle of 18.46º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA5810 is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB2508816-
CMYK00.650.940.02
HSL18.46º95.9%52.16%-
HSV(B)18.46º93.6%98.04%-
XYZ43.0127.343.5-
YUV128.2364.67214.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 70.62%
GREEN value IS 88 (34.77% from 255) = 24.86%
BLUE value IS 16 (6.64% from 255) = 4.52%
R=70.62%
G=24.86%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.94
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250881600.650.940.0218.4695.952.16
HexFA58100415E2126034
Octal37213020010113622214064
Binary1111101010110001000001000001101111010100101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5810; }

 p { color: rgb(250,88,16); }

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

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

 a { background-color: rgb(250,88,16); }

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

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

 span { border-color: rgb(250,88,16); }

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