Shades of Dark Tangerine #FBA60C
Tints of Dark Tangerine #FBA60C
RGB
CMYK
RGB Variations
Color information
#FBA60C (or 0xFBA60C) is known color: Dark Tangerine. HEX triplet: FB, A6 and 0C. RGB value is (251,166,12). Sum of RGB (Red+Green+Blue) = 251+166+12=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 12 (5.08% from 255 or 2.80% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA60C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA60C is #0459F3. Grayscale: #AEAEAE. Windows color (decimal): -285172 or 829179. OLE color: 829179.
HSL color Cylindrical-coordinate representation of color #FBA60C: hue angle of 38.66º 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 #FBA60C is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 12 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.02 |
| HSL | 38.66º | 0.97% | 0.52% | - |
| HSV(B) | 38.66º | 0.95% | 0.98% | - |
| XYZ | 53.49 | 47.81 | 6.76 | - |
| YUV | 173.86 | 36.66 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 12 | 0 | 0.34 | 0.95 | 0.02 | 38.66 | 0.97 | 0.52 |
| Hex | FB | A6 | C | 0 | 22 | 5F | 2 | 27 | 61 | 34 |
| Octal | 373 | 246 | 14 | 0 | 42 | 137 | 2 | 47 | 141 | 64 |
| Binary | 11111011 | 10100110 | 1100 | 0 | 100010 | 1011111 | 10 | 100111 | 1100001 | 110100 |
Color Harmonies of #FBA60C
Complementary color
Monochromatic Colors of #FBA60C
Black with #FBA60C
Text Example
Text Example
White with #FBA60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA60C; }
p { color: rgb(251,166,12); }
H1.HeaderClassName
{
color: #FBA60C;
}
.AnyTagClassName
{
color: #FBA60C;
}
</style>
background-color css
<style>
a { background-color: #FBA60C; }
a { background-color: rgb(251,166,12); }
div.DivClassName
{
background-color: #FBA60C;
}
.BgClassName
{
background-color: #FBA60C;
}
</style>
border-color css
<style>
span { border-color: #FBA60C; }
span { border-color: rgb(251,166,12); }
td.TdClassName
{
border-color: #FBA60C;
}
.TagClassName
{
border-color: #FBA60C;
}
</style>