Shades of Tangerine #FF7A00
Tints of Tangerine #FF7A00
RGB
CMYK
RGB Variations
Color information
#FF7A00 (or 0xFF7A00) is known color: Tangerine. HEX triplet: FF, 7A and 00. RGB value is (255,122,0). Sum of RGB (Red+Green+Blue) = 255+122+0=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7A00 is #0085FF. Grayscale: #949494. Windows color (decimal): -34304 or 31487. OLE color: 31487.
HSL color Cylindrical-coordinate representation of color #FF7A00: hue angle of 28.71º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF7A00 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0 |
| HSL | 28.71º | 1% | 0.5% | - |
| HSV(B) | 28.71º | 1% | 1% | - |
| XYZ | 48.2 | 35.18 | 4.25 | - |
| YUV | 147.86 | 44.56 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 0 | 0 | 0.52 | 1 | 0 | 28.71 | 1 | 0.5 |
| Hex | FF | 7A | 0 | 0 | 34 | 64 | 0 | 1D | 64 | 32 |
| Octal | 377 | 172 | 0 | 0 | 64 | 144 | 0 | 35 | 144 | 62 |
| Binary | 11111111 | 1111010 | 0 | 0 | 110100 | 1100100 | 0 | 11101 | 1100100 | 110010 |
Color Harmonies of #FF7A00
Complementary color
Monochromatic Colors of #FF7A00
Black with #FF7A00
Text Example
Text Example
White with #FF7A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7A00; }
p { color: rgb(255,122,0); }
H1.HeaderClassName
{
color: #FF7A00;
}
.AnyTagClassName
{
color: #FF7A00;
}
</style>
background-color css
<style>
a { background-color: #FF7A00; }
a { background-color: rgb(255,122,0); }
div.DivClassName
{
background-color: #FF7A00;
}
.BgClassName
{
background-color: #FF7A00;
}
</style>
border-color css
<style>
span { border-color: #FF7A00; }
span { border-color: rgb(255,122,0); }
td.TdClassName
{
border-color: #FF7A00;
}
.TagClassName
{
border-color: #FF7A00;
}
</style>