Shades of Tangerine #FF7C00
Tints of Tangerine #FF7C00
RGB
CMYK
RGB Variations
Color information
#FF7C00 (or 0xFF7C00) is known color: Tangerine. HEX triplet: FF, 7C and 00. RGB value is (255,124,0). Sum of RGB (Red+Green+Blue) = 255+124+0=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7C00 is #0083FF. Grayscale: #959595. Windows color (decimal): -33792 or 31999. OLE color: 31999.
HSL color Cylindrical-coordinate representation of color #FF7C00: hue angle of 29.18º 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 #FF7C00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0 |
| HSL | 29.18º | 1% | 0.5% | - |
| HSV(B) | 29.18º | 1% | 1% | - |
| XYZ | 48.45 | 35.68 | 4.33 | - |
| YUV | 149.03 | 43.9 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 0 | 0 | 0.51 | 1 | 0 | 29.18 | 1 | 0.5 |
| Hex | FF | 7C | 0 | 0 | 33 | 64 | 0 | 1D | 64 | 32 |
| Octal | 377 | 174 | 0 | 0 | 63 | 144 | 0 | 35 | 144 | 62 |
| Binary | 11111111 | 1111100 | 0 | 0 | 110011 | 1100100 | 0 | 11101 | 1100100 | 110010 |
Color Harmonies of #FF7C00
Complementary color
Monochromatic Colors of #FF7C00
Black with #FF7C00
Text Example
Text Example
White with #FF7C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7C00; }
p { color: rgb(255,124,0); }
H1.HeaderClassName
{
color: #FF7C00;
}
.AnyTagClassName
{
color: #FF7C00;
}
</style>
background-color css
<style>
a { background-color: #FF7C00; }
a { background-color: rgb(255,124,0); }
div.DivClassName
{
background-color: #FF7C00;
}
.BgClassName
{
background-color: #FF7C00;
}
</style>
border-color css
<style>
span { border-color: #FF7C00; }
span { border-color: rgb(255,124,0); }
td.TdClassName
{
border-color: #FF7C00;
}
.TagClassName
{
border-color: #FF7C00;
}
</style>