#FA9C11

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

Shades of Dark Tangerine #FA9C11

Tints of Dark Tangerine #FA9C11

Color information

#FA9C11 (or 0xFA9C11) is unknown color: approx Dark Tangerine. HEX triplet: FA, 9C and 11. RGB value is (250,156,17). Sum of RGB (Red+Green+Blue) = 250+156+17=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 17 (7.03% from 255 or 4.02% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9C11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9C11 is #0563EE. Grayscale: #A8A8A8. Windows color (decimal): -353263 or 1154298. OLE color: 1154298.

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

Color convert

RGB25015617-
CMYK00.380.930.02
HSL35.79º95.88%52.35%-
HSV(B)35.79º93.2%98.04%-
XYZ51.4144.146.34-
YUV168.2642.64186.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 59.10%
GREEN value IS 156 (61.33% from 255) = 36.88%
BLUE value IS 17 (7.03% from 255) = 4.02%
R=59.10%
G=36.88%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501561700.380.930.0235.7995.8852.35
HexFA9C110265D2246034
Octal3722342104613524414064
Binary11111010100111001000101001101011101101001001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9C11; }

 p { color: rgb(250,156,17); }

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

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

 a { background-color: rgb(250,156,17); }

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

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

 span { border-color: rgb(250,156,17); }

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