#FA9F1C

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

Shades of Dark Tangerine #FA9F1C

Tints of Dark Tangerine #FA9F1C

Color information

#FA9F1C (or 0xFA9F1C) is unknown color: approx Dark Tangerine. HEX triplet: FA, 9F and 1C. RGB value is (250,159,28). Sum of RGB (Red+Green+Blue) = 250+159+28=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 28 (11.33% from 255 or 6.41% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9F1C is #0560E3. Grayscale: #ABABAB. Windows color (decimal): -352484 or 1875962. OLE color: 1875962.

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

Color convert

RGB25015928-
CMYK00.360.890.02
HSL35.41º95.69%54.51%-
HSV(B)35.41º88.8%98.04%-
XYZ52.0345.27.08-
YUV171.2847.15184.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 57.21%
GREEN value IS 159 (62.5% from 255) = 36.38%
BLUE value IS 28 (11.33% from 255) = 6.41%
R=57.21%
G=36.38%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.89
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501592800.360.890.0235.4195.6954.51
HexFA9F1C024592236037
Octal3722373404413124314067
Binary11111010100111111110001001001011001101000111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9F1C; }

 p { color: rgb(250,159,28); }

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

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

 a { background-color: rgb(250,159,28); }

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

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

 span { border-color: rgb(250,159,28); }

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