Shades of Tangerine #FB7F00
Tints of Tangerine #FB7F00
RGB
CMYK
RGB Variations
Color information
#FB7F00 (or 0xFB7F00) is known color: Tangerine. HEX triplet: FB, 7F and 00. RGB value is (251,127,0). Sum of RGB (Red+Green+Blue) = 251+127+0=378 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.40% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7F00 is #0480FF. Grayscale: #969696. Windows color (decimal): -295168 or 32763. OLE color: 32763.
HSL color Cylindrical-coordinate representation of color #FB7F00: hue angle of 30.36º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB7F00 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 127 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.02 |
| HSL | 30.36º | 1% | 0.49% | - |
| HSV(B) | 30.36º | 1% | 0.98% | - |
| XYZ | 47.37 | 35.69 | 4.39 | - |
| YUV | 149.6 | 43.58 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 127 | 0 | 0 | 0.49 | 1 | 0.02 | 30.36 | 1 | 0.49 |
| Hex | FB | 7F | 0 | 0 | 31 | 64 | 2 | 1E | 64 | 31 |
| Octal | 373 | 177 | 0 | 0 | 61 | 144 | 2 | 36 | 144 | 61 |
| Binary | 11111011 | 1111111 | 0 | 0 | 110001 | 1100100 | 10 | 11110 | 1100100 | 110001 |
Color Harmonies of #FB7F00
Complementary color
Monochromatic Colors of #FB7F00
Black with #FB7F00
Text Example
Text Example
White with #FB7F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7F00; }
p { color: rgb(251,127,0); }
H1.HeaderClassName
{
color: #FB7F00;
}
.AnyTagClassName
{
color: #FB7F00;
}
</style>
background-color css
<style>
a { background-color: #FB7F00; }
a { background-color: rgb(251,127,0); }
div.DivClassName
{
background-color: #FB7F00;
}
.BgClassName
{
background-color: #FB7F00;
}
</style>
border-color css
<style>
span { border-color: #FB7F00; }
span { border-color: rgb(251,127,0); }
td.TdClassName
{
border-color: #FB7F00;
}
.TagClassName
{
border-color: #FB7F00;
}
</style>