#FA5411

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

Shades of International Orange #FA5411

Tints of International Orange #FA5411

Color information

#FA5411 (or 0xFA5411) is unknown color: approx International Orange. HEX triplet: FA, 54 and 11. RGB value is (250,84,17). Sum of RGB (Red+Green+Blue) = 250+84+17=351 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.23% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5411 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5411 is #05ABEE. Grayscale: #7E7E7E. Windows color (decimal): -371695 or 1135866. OLE color: 1135866.

HSL color Cylindrical-coordinate representation of color #FA5411: hue angle of 17.25º 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 #FA5411 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB2508417-
CMYK00.660.930.02
HSL17.25º95.88%52.35%-
HSV(B)17.25º93.2%98.04%-
XYZ42.726.713.43-
YUV12666.5216.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 71.23%
GREEN value IS 84 (33.20% from 255) = 23.93%
BLUE value IS 17 (7.03% from 255) = 4.84%
R=71.23%
G=23.93%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250841700.660.930.0217.2595.8852.35
HexFA54110425D2116034
Octal37212421010213522114064
Binary1111101010101001000101000010101110110100011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5411; }

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

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

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

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

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

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

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

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