Shades of Tangerine #FF7A04
Tints of Tangerine #FF7A04
RGB
CMYK
RGB Variations
Color information
#FF7A04 (or 0xFF7A04) is known color: Tangerine. HEX triplet: FF, 7A and 04. RGB value is (255,122,4). Sum of RGB (Red+Green+Blue) = 255+122+4=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 4 (1.95% from 255 or 1.05% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7A04 is #0085FB. Grayscale: #949494. Windows color (decimal): -34300 or 293631. OLE color: 293631.
HSL color Cylindrical-coordinate representation of color #FF7A04: hue angle of 28.21º 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 #FF7A04 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 4 | - |
| CMYK | 0 | 0.52 | 0.98 | 0 |
| HSL | 28.21º | 1% | 0.51% | - |
| HSV(B) | 28.21º | 0.98% | 1% | - |
| XYZ | 48.22 | 35.19 | 4.37 | - |
| YUV | 148.32 | 46.56 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 4 | 0 | 0.52 | 0.98 | 0 | 28.21 | 1 | 0.51 |
| Hex | FF | 7A | 4 | 0 | 34 | 62 | 0 | 1C | 64 | 33 |
| Octal | 377 | 172 | 4 | 0 | 64 | 142 | 0 | 34 | 144 | 63 |
| Binary | 11111111 | 1111010 | 100 | 0 | 110100 | 1100010 | 0 | 11100 | 1100100 | 110011 |
Color Harmonies of #FF7A04
Complementary color
Monochromatic Colors of #FF7A04
Black with #FF7A04
Text Example
Text Example
White with #FF7A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7A04; }
p { color: rgb(255,122,4); }
H1.HeaderClassName
{
color: #FF7A04;
}
.AnyTagClassName
{
color: #FF7A04;
}
</style>
background-color css
<style>
a { background-color: #FF7A04; }
a { background-color: rgb(255,122,4); }
div.DivClassName
{
background-color: #FF7A04;
}
.BgClassName
{
background-color: #FF7A04;
}
</style>
border-color css
<style>
span { border-color: #FF7A04; }
span { border-color: rgb(255,122,4); }
td.TdClassName
{
border-color: #FF7A04;
}
.TagClassName
{
border-color: #FF7A04;
}
</style>