Shades of Dark Tangerine #FBA80B
Tints of Dark Tangerine #FBA80B
RGB
CMYK
RGB Variations
Color information
#FBA80B (or 0xFBA80B) is known color: Dark Tangerine. HEX triplet: FB, A8 and 0B. RGB value is (251,168,11). Sum of RGB (Red+Green+Blue) = 251+168+11=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 11 (4.69% from 255 or 2.56% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA80B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA80B is #0457F4. Grayscale: #AFAFAF. Windows color (decimal): -284661 or 764155. OLE color: 764155.
HSL color Cylindrical-coordinate representation of color #FBA80B: hue angle of 39.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FBA80B is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 11 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.02 |
| HSL | 39.25º | 0.97% | 0.51% | - |
| HSV(B) | 39.25º | 0.96% | 0.98% | - |
| XYZ | 53.85 | 48.54 | 6.85 | - |
| YUV | 174.92 | 35.5 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 11 | 0 | 0.33 | 0.96 | 0.02 | 39.25 | 0.97 | 0.51 |
| Hex | FB | A8 | B | 0 | 21 | 60 | 2 | 27 | 61 | 33 |
| Octal | 373 | 250 | 13 | 0 | 41 | 140 | 2 | 47 | 141 | 63 |
| Binary | 11111011 | 10101000 | 1011 | 0 | 100001 | 1100000 | 10 | 100111 | 1100001 | 110011 |
Color Harmonies of #FBA80B
Complementary color
Monochromatic Colors of #FBA80B
Black with #FBA80B
Text Example
Text Example
White with #FBA80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA80B; }
p { color: rgb(251,168,11); }
H1.HeaderClassName
{
color: #FBA80B;
}
.AnyTagClassName
{
color: #FBA80B;
}
</style>
background-color css
<style>
a { background-color: #FBA80B; }
a { background-color: rgb(251,168,11); }
div.DivClassName
{
background-color: #FBA80B;
}
.BgClassName
{
background-color: #FBA80B;
}
</style>
border-color css
<style>
span { border-color: #FBA80B; }
span { border-color: rgb(251,168,11); }
td.TdClassName
{
border-color: #FBA80B;
}
.TagClassName
{
border-color: #FBA80B;
}
</style>