#FA8603

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

Shades of Dark Orange #FA8603

Tints of Dark Orange #FA8603

Color information

#FA8603 (or 0xFA8603) is unknown color: approx Dark Orange. HEX triplet: FA, 86 and 03. RGB value is (250,134,3). Sum of RGB (Red+Green+Blue) = 250+134+3=387 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.60% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 3 (1.56% from 255 or 0.78% from 387); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8603 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8603 is #0579FC. Grayscale: #9A9A9A. Windows color (decimal): -358909 or 231162. OLE color: 231162.

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

Color convert

RGB2501343-
CMYK00.460.990.02
HSL31.82º97.63%49.61%-
HSV(B)31.82º98.8%98.04%-
XYZ47.9737.384.77-
YUV153.7542.93196.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 64.60%
GREEN value IS 134 (52.73% from 255) = 34.63%
BLUE value IS 3 (1.56% from 255) = 0.78%
R=64.60%
G=34.63%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.99
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250134300.460.990.0231.8297.6349.61
HexFA86302E632206232
Octal372206305614324014262
Binary11111010100001101101011101100011101000001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8603; }

 p { color: rgb(250,134,3); }

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

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

 a { background-color: rgb(250,134,3); }

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

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

 span { border-color: rgb(250,134,3); }

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