#FA500A

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

Shades of International Orange #FA500A

Tints of International Orange #FA500A

Color information

#FA500A (or 0xFA500A) is unknown color: approx International Orange. HEX triplet: FA, 50 and 0A. RGB value is (250,80,10). Sum of RGB (Red+Green+Blue) = 250+80+10=340 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.53% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 250 - color contains mainly: red. Hex color #FA500A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA500A is #05AFF5. Grayscale: #7B7B7B. Windows color (decimal): -372726 or 676090. OLE color: 676090.

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

Color convert

RGB2508010-
CMYK00.680.960.02
HSL17.5º96%50.98%-
HSV(B)17.5º96%98.04%-
XYZ42.3526.083.09-
YUV122.8564.32218.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 73.53%
GREEN value IS 80 (31.64% from 255) = 23.53%
BLUE value IS 10 (4.30% from 255) = 2.94%
R=73.53%
G=23.53%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.96
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250801000.680.960.0217.59650.98
HexFA50A044602126033
Octal37212012010414022214063
Binary111110101010000101001000100110000010100101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA500A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA500A; }

 p { color: rgb(250,80,10); }

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

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

 a { background-color: rgb(250,80,10); }

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

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

 span { border-color: rgb(250,80,10); }

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