Shades of Tangerine #FB7D04
Tints of Tangerine #FB7D04
RGB
CMYK
RGB Variations
Color information
#FB7D04 (or 0xFB7D04) is known color: Tangerine. HEX triplet: FB, 7D and 04. RGB value is (251,125,4). Sum of RGB (Red+Green+Blue) = 251+125+4=380 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.05% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 4 (1.95% from 255 or 1.05% from 380); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7D04 is #0482FB. Grayscale: #959595. Windows color (decimal): -295676 or 294395. OLE color: 294395.
HSL color Cylindrical-coordinate representation of color #FB7D04: hue angle of 29.39º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB7D04 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 4 | - |
| CMYK | 0 | 0.50 | 0.98 | 0.02 |
| HSL | 29.39º | 0.97% | 0.5% | - |
| HSV(B) | 29.39º | 0.98% | 0.98% | - |
| XYZ | 47.14 | 35.19 | 4.42 | - |
| YUV | 148.88 | 46.24 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 4 | 0 | 0.50 | 0.98 | 0.02 | 29.39 | 0.97 | 0.5 |
| Hex | FB | 7D | 4 | 0 | 32 | 62 | 2 | 1D | 61 | 32 |
| Octal | 373 | 175 | 4 | 0 | 62 | 142 | 2 | 35 | 141 | 62 |
| Binary | 11111011 | 1111101 | 100 | 0 | 110010 | 1100010 | 10 | 11101 | 1100001 | 110010 |
Color Harmonies of #FB7D04
Complementary color
Monochromatic Colors of #FB7D04
Black with #FB7D04
Text Example
Text Example
White with #FB7D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7D04; }
p { color: rgb(251,125,4); }
H1.HeaderClassName
{
color: #FB7D04;
}
.AnyTagClassName
{
color: #FB7D04;
}
</style>
background-color css
<style>
a { background-color: #FB7D04; }
a { background-color: rgb(251,125,4); }
div.DivClassName
{
background-color: #FB7D04;
}
.BgClassName
{
background-color: #FB7D04;
}
</style>
border-color css
<style>
span { border-color: #FB7D04; }
span { border-color: rgb(251,125,4); }
td.TdClassName
{
border-color: #FB7D04;
}
.TagClassName
{
border-color: #FB7D04;
}
</style>