#FA960F

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

Shades of Dark Orange #FA960F

Tints of Dark Orange #FA960F

Color information

#FA960F (or 0xFA960F) is unknown color: approx Dark Orange. HEX triplet: FA, 96 and 0F. RGB value is (250,150,15). Sum of RGB (Red+Green+Blue) = 250+150+15=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 15 (6.25% from 255 or 3.61% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA960F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA960F is #0569F0. Grayscale: #A5A5A5. Windows color (decimal): -354801 or 1021690. OLE color: 1021690.

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

Color convert

RGB25015015-
CMYK00.40.940.02
HSL34.47º95.92%51.96%-
HSV(B)34.47º94%98.04%-
XYZ50.4242.175.93-
YUV164.5143.63188.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 60.24%
GREEN value IS 150 (58.98% from 255) = 36.14%
BLUE value IS 15 (6.25% from 255) = 3.61%
R=60.24%
G=36.14%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.94
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501501500.40.940.0234.4795.9251.96
HexFA96F0285E2226034
Octal3722261705013624214064
Binary1111101010010110111101010001011110101000101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA960F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA960F; }

 p { color: rgb(250,150,15); }

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

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

 a { background-color: rgb(250,150,15); }

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

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

 span { border-color: rgb(250,150,15); }

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