#FA9D14

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

Shades of Dark Tangerine #FA9D14

Tints of Dark Tangerine #FA9D14

Color information

#FA9D14 (or 0xFA9D14) is unknown color: approx Dark Tangerine. HEX triplet: FA, 9D and 14. RGB value is (250,157,20). Sum of RGB (Red+Green+Blue) = 250+157+20=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 20 (8.20% from 255 or 4.68% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9D14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9D14 is #0562EB. Grayscale: #A9A9A9. Windows color (decimal): -353004 or 1351162. OLE color: 1351162.

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

Color convert

RGB25015720-
CMYK00.370.920.02
HSL35.74º95.83%52.94%-
HSV(B)35.74º92%98.04%-
XYZ51.6144.496.53-
YUV169.1943.81185.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 58.55%
GREEN value IS 157 (61.72% from 255) = 36.77%
BLUE value IS 20 (8.20% from 255) = 4.68%
R=58.55%
G=36.77%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501572000.370.920.0235.7495.8352.94
HexFA9D140255C2246035
Octal3722352404513424414065
Binary11111010100111011010001001011011100101001001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9D14; }

 p { color: rgb(250,157,20); }

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

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

 a { background-color: rgb(250,157,20); }

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

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

 span { border-color: rgb(250,157,20); }

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