#FA5A06

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

Shades of International Orange #FA5A06

Tints of International Orange #FA5A06

Color information

#FA5A06 (or 0xFA5A06) is unknown color: approx International Orange. HEX triplet: FA, 5A and 06. RGB value is (250,90,6). Sum of RGB (Red+Green+Blue) = 250+90+6=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5A06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5A06 is #05A5F9. Grayscale: #808080. Windows color (decimal): -370170 or 416506. OLE color: 416506.

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

Color convert

RGB250906-
CMYK00.640.980.02
HSL20.66º96.06%50.2%-
HSV(B)20.66º97.6%98.04%-
XYZ43.1127.653.24-
YUV128.2659.01214.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 72.25%
GREEN value IS 90 (35.55% from 255) = 26.01%
BLUE value IS 6 (2.73% from 255) = 1.73%
R=72.25%
G=26.01%
B=1.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25090600.640.980.0220.6696.0650.2
HexFA5A6040622156032
Octal3721326010014222514062
Binary11111010101101011001000000110001010101011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5A06; }

 p { color: rgb(250,90,6); }

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

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

 a { background-color: rgb(250,90,6); }

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

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

 span { border-color: rgb(250,90,6); }

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