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