Shades of Tangerine #FD7B00
Tints of Tangerine #FD7B00
RGB
CMYK
RGB Variations
Color information
#FD7B00 (or 0xFD7B00) is known color: Tangerine. HEX triplet: FD, 7B and 00. RGB value is (253,123,0). Sum of RGB (Red+Green+Blue) = 253+123+0=376 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.29% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7B00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7B00 is #0284FF. Grayscale: #949494. Windows color (decimal): -165120 or 31741. OLE color: 31741.
HSL color Cylindrical-coordinate representation of color #FD7B00: hue angle of 29.17º 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 #FD7B00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.01 |
| HSL | 29.17º | 1% | 0.5% | - |
| HSV(B) | 29.17º | 1% | 0.99% | - |
| XYZ | 47.59 | 35.05 | 4.26 | - |
| YUV | 147.85 | 44.57 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 0 | 0 | 0.51 | 1 | 0.01 | 29.17 | 1 | 0.5 |
| Hex | FD | 7B | 0 | 0 | 33 | 64 | 1 | 1D | 64 | 32 |
| Octal | 375 | 173 | 0 | 0 | 63 | 144 | 1 | 35 | 144 | 62 |
| Binary | 11111101 | 1111011 | 0 | 0 | 110011 | 1100100 | 1 | 11101 | 1100100 | 110010 |
Color Harmonies of #FD7B00
Complementary color
Monochromatic Colors of #FD7B00
Black with #FD7B00
Text Example
Text Example
White with #FD7B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7B00; }
p { color: rgb(253,123,0); }
H1.HeaderClassName
{
color: #FD7B00;
}
.AnyTagClassName
{
color: #FD7B00;
}
</style>
background-color css
<style>
a { background-color: #FD7B00; }
a { background-color: rgb(253,123,0); }
div.DivClassName
{
background-color: #FD7B00;
}
.BgClassName
{
background-color: #FD7B00;
}
</style>
border-color css
<style>
span { border-color: #FD7B00; }
span { border-color: rgb(253,123,0); }
td.TdClassName
{
border-color: #FD7B00;
}
.TagClassName
{
border-color: #FD7B00;
}
</style>