Shades of Tangerine #FB7C01
Tints of Tangerine #FB7C01
RGB
CMYK
RGB Variations
Color information
#FB7C01 (or 0xFB7C01) is known color: Tangerine. HEX triplet: FB, 7C and 01. RGB value is (251,124,1). Sum of RGB (Red+Green+Blue) = 251+124+1=376 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.76% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 1 (0.78% from 255 or 0.27% from 376); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7C01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7C01 is #0483FE. Grayscale: #949494. Windows color (decimal): -295935 or 97531. OLE color: 97531.
HSL color Cylindrical-coordinate representation of color #FB7C01: hue angle of 29.52º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB7C01 is Cyan = 0, Magento = 0.51, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 1 | - |
| CMYK | 0 | 0.51 | 1.00 | 0.02 |
| HSL | 29.52º | 0.99% | 0.49% | - |
| HSV(B) | 29.52º | 1% | 0.98% | - |
| XYZ | 47 | 34.93 | 4.29 | - |
| YUV | 147.95 | 45.08 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 1 | 0 | 0.51 | 1.00 | 0.02 | 29.52 | 0.99 | 0.49 |
| Hex | FB | 7C | 1 | 0 | 33 | 64 | 2 | 1E | 63 | 31 |
| Octal | 373 | 174 | 1 | 0 | 63 | 144 | 2 | 36 | 143 | 61 |
| Binary | 11111011 | 1111100 | 1 | 0 | 110011 | 1100100 | 10 | 11110 | 1100011 | 110001 |
Color Harmonies of #FB7C01
Complementary color
Monochromatic Colors of #FB7C01
Black with #FB7C01
Text Example
Text Example
White with #FB7C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7C01; }
p { color: rgb(251,124,1); }
H1.HeaderClassName
{
color: #FB7C01;
}
.AnyTagClassName
{
color: #FB7C01;
}
</style>
background-color css
<style>
a { background-color: #FB7C01; }
a { background-color: rgb(251,124,1); }
div.DivClassName
{
background-color: #FB7C01;
}
.BgClassName
{
background-color: #FB7C01;
}
</style>
border-color css
<style>
span { border-color: #FB7C01; }
span { border-color: rgb(251,124,1); }
td.TdClassName
{
border-color: #FB7C01;
}
.TagClassName
{
border-color: #FB7C01;
}
</style>