Shades of Dark Tangerine #FB9512
Tints of Dark Tangerine #FB9512
RGB
CMYK
RGB Variations
Color information
#FB9512 (or 0xFB9512) is known color: Dark Tangerine. HEX triplet: FB, 95 and 12. RGB value is (251,149,18). Sum of RGB (Red+Green+Blue) = 251+149+18=418 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.05% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9512 is #046AED. Grayscale: #A5A5A5. Windows color (decimal): -289518 or 1218043. OLE color: 1218043.
HSL color Cylindrical-coordinate representation of color #FB9512: hue angle of 33.73º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB9512 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 149 | 18 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.02 |
| HSL | 33.73º | 0.97% | 0.53% | - |
| HSV(B) | 33.73º | 0.93% | 0.98% | - |
| XYZ | 50.64 | 42.05 | 6.02 | - |
| YUV | 164.56 | 45.29 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 149 | 18 | 0 | 0.41 | 0.93 | 0.02 | 33.73 | 0.97 | 0.53 |
| Hex | FB | 95 | 12 | 0 | 29 | 5D | 2 | 22 | 61 | 35 |
| Octal | 373 | 225 | 22 | 0 | 51 | 135 | 2 | 42 | 141 | 65 |
| Binary | 11111011 | 10010101 | 10010 | 0 | 101001 | 1011101 | 10 | 100010 | 1100001 | 110101 |
Color Harmonies of #FB9512
Complementary color
Monochromatic Colors of #FB9512
Black with #FB9512
Text Example
Text Example
White with #FB9512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9512; }
p { color: rgb(251,149,18); }
H1.HeaderClassName
{
color: #FB9512;
}
.AnyTagClassName
{
color: #FB9512;
}
</style>
background-color css
<style>
a { background-color: #FB9512; }
a { background-color: rgb(251,149,18); }
div.DivClassName
{
background-color: #FB9512;
}
.BgClassName
{
background-color: #FB9512;
}
</style>
border-color css
<style>
span { border-color: #FB9512; }
span { border-color: rgb(251,149,18); }
td.TdClassName
{
border-color: #FB9512;
}
.TagClassName
{
border-color: #FB9512;
}
</style>