Shades of Tangerine #FA7D01
Tints of Tangerine #FA7D01
RGB
CMYK
RGB Variations
Color information
#FA7D01 (or 0xFA7D01) is known color: Tangerine. HEX triplet: FA, 7D and 01. RGB value is (250,125,1). Sum of RGB (Red+Green+Blue) = 250+125+1=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 1 (0.78% from 255 or 0.27% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7D01 is #0582FE. Grayscale: #949494. Windows color (decimal): -361215 or 97786. OLE color: 97786.
HSL color Cylindrical-coordinate representation of color #FA7D01: hue angle of 29.88º 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 #FA7D01 is Cyan = 0, Magento = 0.50, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 125 | 1 | - |
| CMYK | 0 | 0.50 | 1.00 | 0.02 |
| HSL | 29.88º | 0.99% | 0.49% | - |
| HSV(B) | 29.88º | 1% | 0.98% | - |
| XYZ | 46.76 | 34.99 | 4.32 | - |
| YUV | 148.24 | 44.91 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 125 | 1 | 0 | 0.50 | 1.00 | 0.02 | 29.88 | 0.99 | 0.49 |
| Hex | FA | 7D | 1 | 0 | 32 | 64 | 2 | 1E | 63 | 31 |
| Octal | 372 | 175 | 1 | 0 | 62 | 144 | 2 | 36 | 143 | 61 |
| Binary | 11111010 | 1111101 | 1 | 0 | 110010 | 1100100 | 10 | 11110 | 1100011 | 110001 |
Color Harmonies of #FA7D01
Complementary color
Monochromatic Colors of #FA7D01
Black with #FA7D01
Text Example
Text Example
White with #FA7D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7D01; }
p { color: rgb(250,125,1); }
H1.HeaderClassName
{
color: #FA7D01;
}
.AnyTagClassName
{
color: #FA7D01;
}
</style>
background-color css
<style>
a { background-color: #FA7D01; }
a { background-color: rgb(250,125,1); }
div.DivClassName
{
background-color: #FA7D01;
}
.BgClassName
{
background-color: #FA7D01;
}
</style>
border-color css
<style>
span { border-color: #FA7D01; }
span { border-color: rgb(250,125,1); }
td.TdClassName
{
border-color: #FA7D01;
}
.TagClassName
{
border-color: #FA7D01;
}
</style>