#FA8001

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

Shades of Tangerine #FA8001

Tints of Tangerine #FA8001

Color information

#FA8001 (or 0xFA8001) is unknown color: approx Tangerine. HEX triplet: FA, 80 and 01. RGB value is (250,128,1). Sum of RGB (Red+Green+Blue) = 250+128+1=379 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.96% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 1 (0.78% from 255 or 0.26% from 379); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8001 is #057FFE. Grayscale: #969696. Windows color (decimal): -360447 or 98554. OLE color: 98554.

HSL color Cylindrical-coordinate representation of color #FA8001: hue angle of 30.6º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA8001 is Cyan = 0, Magento = 0.49, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB2501281-
CMYK00.491.000.02
HSL30.6º99.2%49.22%-
HSV(B)30.6º99.6%98.04%-
XYZ47.1535.764.45-
YUV15043.92199.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 65.96%
GREEN value IS 128 (50.39% from 255) = 33.77%
BLUE value IS 1 (0.78% from 255) = 0.26%
R=65.96%
G=33.77%
B=0.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250128100.491.000.0230.699.249.22
HexFA8010316421f6331
Octal372200106114423714361
Binary111110101000000010110001110010010111111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8001; }

 p { color: rgb(250,128,1); }

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

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

 a { background-color: rgb(250,128,1); }

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

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

 span { border-color: rgb(250,128,1); }

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