Shades of Tangerine #FF7B06
Tints of Tangerine #FF7B06
RGB
CMYK
RGB Variations
Color information
#FF7B06 (or 0xFF7B06) is known color: Tangerine. HEX triplet: FF, 7B and 06. RGB value is (255,123,6). Sum of RGB (Red+Green+Blue) = 255+123+6=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 6 (2.73% from 255 or 1.56% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7B06 is #0084F9. Grayscale: #959595. Windows color (decimal): -34042 or 424959. OLE color: 424959.
HSL color Cylindrical-coordinate representation of color #FF7B06: hue angle of 28.19º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF7B06 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 6 | - |
| CMYK | 0 | 0.52 | 0.98 | 0 |
| HSL | 28.19º | 1% | 0.51% | - |
| HSV(B) | 28.19º | 0.98% | 1% | - |
| XYZ | 48.36 | 35.44 | 4.46 | - |
| YUV | 149.13 | 47.23 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 6 | 0 | 0.52 | 0.98 | 0 | 28.19 | 1 | 0.51 |
| Hex | FF | 7B | 6 | 0 | 34 | 62 | 0 | 1C | 64 | 33 |
| Octal | 377 | 173 | 6 | 0 | 64 | 142 | 0 | 34 | 144 | 63 |
| Binary | 11111111 | 1111011 | 110 | 0 | 110100 | 1100010 | 0 | 11100 | 1100100 | 110011 |
Color Harmonies of #FF7B06
Complementary color
Monochromatic Colors of #FF7B06
Black with #FF7B06
Text Example
Text Example
White with #FF7B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B06; }
p { color: rgb(255,123,6); }
H1.HeaderClassName
{
color: #FF7B06;
}
.AnyTagClassName
{
color: #FF7B06;
}
</style>
background-color css
<style>
a { background-color: #FF7B06; }
a { background-color: rgb(255,123,6); }
div.DivClassName
{
background-color: #FF7B06;
}
.BgClassName
{
background-color: #FF7B06;
}
</style>
border-color css
<style>
span { border-color: #FF7B06; }
span { border-color: rgb(255,123,6); }
td.TdClassName
{
border-color: #FF7B06;
}
.TagClassName
{
border-color: #FF7B06;
}
</style>