Shades of Dark Tangerine #FBA01C
Tints of Dark Tangerine #FBA01C
RGB
CMYK
RGB Variations
Color information
#FBA01C (or 0xFBA01C) is known color: Dark Tangerine. HEX triplet: FB, A0 and 1C. RGB value is (251,160,28). Sum of RGB (Red+Green+Blue) = 251+160+28=439 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.18% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 28 (11.33% from 255 or 6.38% from 439); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA01C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA01C is #045FE3. Grayscale: #ACACAC. Windows color (decimal): -286692 or 1876219. OLE color: 1876219.
HSL color Cylindrical-coordinate representation of color #FBA01C: hue angle of 35.52º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FBA01C is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 28 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.02 |
| HSL | 35.52º | 0.97% | 0.55% | - |
| HSV(B) | 35.52º | 0.89% | 0.98% | - |
| XYZ | 52.56 | 45.73 | 7.16 | - |
| YUV | 172.16 | 46.65 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 28 | 0 | 0.36 | 0.89 | 0.02 | 35.52 | 0.97 | 0.55 |
| Hex | FB | A0 | 1C | 0 | 24 | 59 | 2 | 24 | 61 | 37 |
| Octal | 373 | 240 | 34 | 0 | 44 | 131 | 2 | 44 | 141 | 67 |
| Binary | 11111011 | 10100000 | 11100 | 0 | 100100 | 1011001 | 10 | 100100 | 1100001 | 110111 |
Color Harmonies of #FBA01C
Complementary color
Monochromatic Colors of #FBA01C
Black with #FBA01C
Text Example
Text Example
White with #FBA01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA01C; }
p { color: rgb(251,160,28); }
H1.HeaderClassName
{
color: #FBA01C;
}
.AnyTagClassName
{
color: #FBA01C;
}
</style>
background-color css
<style>
a { background-color: #FBA01C; }
a { background-color: rgb(251,160,28); }
div.DivClassName
{
background-color: #FBA01C;
}
.BgClassName
{
background-color: #FBA01C;
}
</style>
border-color css
<style>
span { border-color: #FBA01C; }
span { border-color: rgb(251,160,28); }
td.TdClassName
{
border-color: #FBA01C;
}
.TagClassName
{
border-color: #FBA01C;
}
</style>