Shades of Tangerine #FA7D0B
Tints of Tangerine #FA7D0B
RGB
CMYK
RGB Variations
Color information
#FA7D0B (or 0xFA7D0B) is known color: Tangerine. HEX triplet: FA, 7D and 0B. RGB value is (250,125,11). Sum of RGB (Red+Green+Blue) = 250+125+11=386 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.77% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 11 (4.69% from 255 or 2.85% from 386); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7D0B is #0582F4. Grayscale: #959595. Windows color (decimal): -361205 or 753146. OLE color: 753146.
HSL color Cylindrical-coordinate representation of color #FA7D0B: hue angle of 28.62º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA7D0B is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 125 | 11 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.02 |
| HSL | 28.62º | 0.96% | 0.51% | - |
| HSV(B) | 28.62º | 0.96% | 0.98% | - |
| XYZ | 46.82 | 35.02 | 4.61 | - |
| YUV | 149.38 | 49.91 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 125 | 11 | 0 | 0.50 | 0.96 | 0.02 | 28.62 | 0.96 | 0.51 |
| Hex | FA | 7D | B | 0 | 32 | 60 | 2 | 1D | 60 | 33 |
| Octal | 372 | 175 | 13 | 0 | 62 | 140 | 2 | 35 | 140 | 63 |
| Binary | 11111010 | 1111101 | 1011 | 0 | 110010 | 1100000 | 10 | 11101 | 1100000 | 110011 |
Color Harmonies of #FA7D0B
Complementary color
Monochromatic Colors of #FA7D0B
Black with #FA7D0B
Text Example
Text Example
White with #FA7D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7D0B; }
p { color: rgb(250,125,11); }
H1.HeaderClassName
{
color: #FA7D0B;
}
.AnyTagClassName
{
color: #FA7D0B;
}
</style>
background-color css
<style>
a { background-color: #FA7D0B; }
a { background-color: rgb(250,125,11); }
div.DivClassName
{
background-color: #FA7D0B;
}
.BgClassName
{
background-color: #FA7D0B;
}
</style>
border-color css
<style>
span { border-color: #FA7D0B; }
span { border-color: rgb(250,125,11); }
td.TdClassName
{
border-color: #FA7D0B;
}
.TagClassName
{
border-color: #FA7D0B;
}
</style>