#FA950F

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

Shades of Dark Orange #FA950F

Tints of Dark Orange #FA950F

Color information

#FA950F (or 0xFA950F) is unknown color: approx Dark Orange. HEX triplet: FA, 95 and 0F. RGB value is (250,149,15). Sum of RGB (Red+Green+Blue) = 250+149+15=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 15 (6.25% from 255 or 3.62% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA950F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA950F is #056AF0. Grayscale: #A4A4A4. Windows color (decimal): -355057 or 1021434. OLE color: 1021434.

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

Color convert

RGB25014915-
CMYK00.400.940.02
HSL34.21º95.92%51.96%-
HSV(B)34.21º94%98.04%-
XYZ50.2641.855.88-
YUV163.9243.96189.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 60.39%
GREEN value IS 149 (58.59% from 255) = 35.99%
BLUE value IS 15 (6.25% from 255) = 3.62%
R=60.39%
G=35.99%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501491500.400.940.0234.2195.9251.96
HexFA95F0285E2226034
Octal3722251705013624214064
Binary1111101010010101111101010001011110101000101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA950F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA950F; }

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

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

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

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

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

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

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

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