Shades of Dark Tangerine #FBA51C
Tints of Dark Tangerine #FBA51C
RGB
CMYK
RGB Variations
Color information
#FBA51C (or 0xFBA51C) is known color: Dark Tangerine. HEX triplet: FB, A5 and 1C. RGB value is (251,165,28). Sum of RGB (Red+Green+Blue) = 251+165+28=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 28 (11.33% from 255 or 6.31% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA51C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA51C is #045AE3. Grayscale: #AFAFAF. Windows color (decimal): -285412 or 1877499. OLE color: 1877499.
HSL color Cylindrical-coordinate representation of color #FBA51C: hue angle of 36.86º 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 #FBA51C is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 28 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.02 |
| HSL | 36.86º | 0.97% | 0.55% | - |
| HSV(B) | 36.86º | 0.89% | 0.98% | - |
| XYZ | 53.45 | 47.5 | 7.45 | - |
| YUV | 175.1 | 44.99 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 28 | 0 | 0.34 | 0.89 | 0.02 | 36.86 | 0.97 | 0.55 |
| Hex | FB | A5 | 1C | 0 | 22 | 59 | 2 | 25 | 61 | 37 |
| Octal | 373 | 245 | 34 | 0 | 42 | 131 | 2 | 45 | 141 | 67 |
| Binary | 11111011 | 10100101 | 11100 | 0 | 100010 | 1011001 | 10 | 100101 | 1100001 | 110111 |
Color Harmonies of #FBA51C
Complementary color
Monochromatic Colors of #FBA51C
Black with #FBA51C
Text Example
Text Example
White with #FBA51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA51C; }
p { color: rgb(251,165,28); }
H1.HeaderClassName
{
color: #FBA51C;
}
.AnyTagClassName
{
color: #FBA51C;
}
</style>
background-color css
<style>
a { background-color: #FBA51C; }
a { background-color: rgb(251,165,28); }
div.DivClassName
{
background-color: #FBA51C;
}
.BgClassName
{
background-color: #FBA51C;
}
</style>
border-color css
<style>
span { border-color: #FBA51C; }
span { border-color: rgb(251,165,28); }
td.TdClassName
{
border-color: #FBA51C;
}
.TagClassName
{
border-color: #FBA51C;
}
</style>