Shades of Dark Tangerine #FBA415
Tints of Dark Tangerine #FBA415
RGB
CMYK
RGB Variations
Color information
#FBA415 (or 0xFBA415) is known color: Dark Tangerine. HEX triplet: FB, A4 and 15. RGB value is (251,164,21). Sum of RGB (Red+Green+Blue) = 251+164+21=436 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.57% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA415 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA415 is #045BEA. Grayscale: #AEAEAE. Windows color (decimal): -285675 or 1418491. OLE color: 1418491.
HSL color Cylindrical-coordinate representation of color #FBA415: hue angle of 37.3º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FBA415 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 21 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.02 |
| HSL | 37.3º | 0.97% | 0.53% | - |
| HSV(B) | 37.3º | 0.92% | 0.98% | - |
| XYZ | 53.19 | 47.11 | 7 | - |
| YUV | 173.71 | 41.82 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 21 | 0 | 0.35 | 0.92 | 0.02 | 37.3 | 0.97 | 0.53 |
| Hex | FB | A4 | 15 | 0 | 23 | 5C | 2 | 25 | 61 | 35 |
| Octal | 373 | 244 | 25 | 0 | 43 | 134 | 2 | 45 | 141 | 65 |
| Binary | 11111011 | 10100100 | 10101 | 0 | 100011 | 1011100 | 10 | 100101 | 1100001 | 110101 |
Color Harmonies of #FBA415
Complementary color
Monochromatic Colors of #FBA415
Black with #FBA415
Text Example
Text Example
White with #FBA415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA415; }
p { color: rgb(251,164,21); }
H1.HeaderClassName
{
color: #FBA415;
}
.AnyTagClassName
{
color: #FBA415;
}
</style>
background-color css
<style>
a { background-color: #FBA415; }
a { background-color: rgb(251,164,21); }
div.DivClassName
{
background-color: #FBA415;
}
.BgClassName
{
background-color: #FBA415;
}
</style>
border-color css
<style>
span { border-color: #FBA415; }
span { border-color: rgb(251,164,21); }
td.TdClassName
{
border-color: #FBA415;
}
.TagClassName
{
border-color: #FBA415;
}
</style>