#FA5311

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

Shades of International Orange #FA5311

Tints of International Orange #FA5311

Color information

#FA5311 (or 0xFA5311) is unknown color: approx International Orange. HEX triplet: FA, 53 and 11. RGB value is (250,83,17). Sum of RGB (Red+Green+Blue) = 250+83+17=350 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.43% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5311 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5311 is #05ACEE. Grayscale: #7D7D7D. Windows color (decimal): -371951 or 1135610. OLE color: 1135610.

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

Color convert

RGB2508317-
CMYK00.670.930.02
HSL17º95.88%52.35%-
HSV(B)17º93.2%98.04%-
XYZ42.6226.553.41-
YUV125.4166.83216.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 71.43%
GREEN value IS 83 (32.81% from 255) = 23.71%
BLUE value IS 17 (7.03% from 255) = 4.86%
R=71.43%
G=23.71%
B=4.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250831700.670.930.021795.8852.35
HexFA53110435D2116034
Octal37212321010313522114064
Binary1111101010100111000101000011101110110100011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5311; }

 p { color: rgb(250,83,17); }

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

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

 a { background-color: rgb(250,83,17); }

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

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

 span { border-color: rgb(250,83,17); }

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