Shades of Tangerine #FD7A00
Tints of Tangerine #FD7A00
RGB
CMYK
RGB Variations
Color information
#FD7A00 (or 0xFD7A00) is known color: Tangerine. HEX triplet: FD, 7A and 00. RGB value is (253,122,0). Sum of RGB (Red+Green+Blue) = 253+122+0=375 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.47% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7A00 is #0285FF. Grayscale: #939393. Windows color (decimal): -165376 or 31485. OLE color: 31485.
HSL color Cylindrical-coordinate representation of color #FD7A00: hue angle of 28.93º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD7A00 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 122 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.01 |
| HSL | 28.93º | 1% | 0.5% | - |
| HSV(B) | 28.93º | 1% | 0.99% | - |
| XYZ | 47.47 | 34.8 | 4.22 | - |
| YUV | 147.26 | 44.9 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 122 | 0 | 0 | 0.52 | 1 | 0.01 | 28.93 | 1 | 0.5 |
| Hex | FD | 7A | 0 | 0 | 34 | 64 | 1 | 1D | 64 | 32 |
| Octal | 375 | 172 | 0 | 0 | 64 | 144 | 1 | 35 | 144 | 62 |
| Binary | 11111101 | 1111010 | 0 | 0 | 110100 | 1100100 | 1 | 11101 | 1100100 | 110010 |
Color Harmonies of #FD7A00
Complementary color
Monochromatic Colors of #FD7A00
Black with #FD7A00
Text Example
Text Example
White with #FD7A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7A00; }
p { color: rgb(253,122,0); }
H1.HeaderClassName
{
color: #FD7A00;
}
.AnyTagClassName
{
color: #FD7A00;
}
</style>
background-color css
<style>
a { background-color: #FD7A00; }
a { background-color: rgb(253,122,0); }
div.DivClassName
{
background-color: #FD7A00;
}
.BgClassName
{
background-color: #FD7A00;
}
</style>
border-color css
<style>
span { border-color: #FD7A00; }
span { border-color: rgb(253,122,0); }
td.TdClassName
{
border-color: #FD7A00;
}
.TagClassName
{
border-color: #FD7A00;
}
</style>