Shades of Dark Tangerine #FBA60D
Tints of Dark Tangerine #FBA60D
RGB
CMYK
RGB Variations
Color information
#FBA60D (or 0xFBA60D) is known color: Dark Tangerine. HEX triplet: FB, A6 and 0D. RGB value is (251,166,13). Sum of RGB (Red+Green+Blue) = 251+166+13=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 13 (5.47% from 255 or 3.02% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA60D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA60D is #0459F2. Grayscale: #AEAEAE. Windows color (decimal): -285171 or 894715. OLE color: 894715.
HSL color Cylindrical-coordinate representation of color #FBA60D: hue angle of 38.57º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FBA60D is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 13 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.02 |
| HSL | 38.57º | 0.97% | 0.52% | - |
| HSV(B) | 38.57º | 0.95% | 0.98% | - |
| XYZ | 53.49 | 47.81 | 6.79 | - |
| YUV | 173.97 | 37.16 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 13 | 0 | 0.34 | 0.95 | 0.02 | 38.57 | 0.97 | 0.52 |
| Hex | FB | A6 | D | 0 | 22 | 5F | 2 | 27 | 61 | 34 |
| Octal | 373 | 246 | 15 | 0 | 42 | 137 | 2 | 47 | 141 | 64 |
| Binary | 11111011 | 10100110 | 1101 | 0 | 100010 | 1011111 | 10 | 100111 | 1100001 | 110100 |
Color Harmonies of #FBA60D
Complementary color
Monochromatic Colors of #FBA60D
Black with #FBA60D
Text Example
Text Example
White with #FBA60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA60D; }
p { color: rgb(251,166,13); }
H1.HeaderClassName
{
color: #FBA60D;
}
.AnyTagClassName
{
color: #FBA60D;
}
</style>
background-color css
<style>
a { background-color: #FBA60D; }
a { background-color: rgb(251,166,13); }
div.DivClassName
{
background-color: #FBA60D;
}
.BgClassName
{
background-color: #FBA60D;
}
</style>
border-color css
<style>
span { border-color: #FBA60D; }
span { border-color: rgb(251,166,13); }
td.TdClassName
{
border-color: #FBA60D;
}
.TagClassName
{
border-color: #FBA60D;
}
</style>