Shades of Tangerine #FA7B01
Tints of Tangerine #FA7B01
RGB
CMYK
RGB Variations
Color information
#FA7B01 (or 0xFA7B01) is known color: Tangerine. HEX triplet: FA, 7B and 01. RGB value is (250,123,1). Sum of RGB (Red+Green+Blue) = 250+123+1=374 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.84% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 1 (0.78% from 255 or 0.27% from 374); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7B01 is #0584FE. Grayscale: #939393. Windows color (decimal): -361727 or 97274. OLE color: 97274.
HSL color Cylindrical-coordinate representation of color #FA7B01: hue angle of 29.4º 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 #FA7B01 is Cyan = 0, Magento = 0.51, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 1 | - |
| CMYK | 0 | 0.51 | 1.00 | 0.02 |
| HSL | 29.4º | 0.99% | 0.49% | - |
| HSV(B) | 29.4º | 1% | 0.98% | - |
| XYZ | 46.51 | 34.49 | 4.23 | - |
| YUV | 147.07 | 45.58 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 1 | 0 | 0.51 | 1.00 | 0.02 | 29.4 | 0.99 | 0.49 |
| Hex | FA | 7B | 1 | 0 | 33 | 64 | 2 | 1D | 63 | 31 |
| Octal | 372 | 173 | 1 | 0 | 63 | 144 | 2 | 35 | 143 | 61 |
| Binary | 11111010 | 1111011 | 1 | 0 | 110011 | 1100100 | 10 | 11101 | 1100011 | 110001 |
Color Harmonies of #FA7B01
Complementary color
Monochromatic Colors of #FA7B01
Black with #FA7B01
Text Example
Text Example
White with #FA7B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7B01; }
p { color: rgb(250,123,1); }
H1.HeaderClassName
{
color: #FA7B01;
}
.AnyTagClassName
{
color: #FA7B01;
}
</style>
background-color css
<style>
a { background-color: #FA7B01; }
a { background-color: rgb(250,123,1); }
div.DivClassName
{
background-color: #FA7B01;
}
.BgClassName
{
background-color: #FA7B01;
}
</style>
border-color css
<style>
span { border-color: #FA7B01; }
span { border-color: rgb(250,123,1); }
td.TdClassName
{
border-color: #FA7B01;
}
.TagClassName
{
border-color: #FA7B01;
}
</style>