Shades of Dark Tangerine #FBA30F
Tints of Dark Tangerine #FBA30F
RGB
CMYK
RGB Variations
Color information
#FBA30F (or 0xFBA30F) is known color: Dark Tangerine. HEX triplet: FB, A3 and 0F. RGB value is (251,163,15). Sum of RGB (Red+Green+Blue) = 251+163+15=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 15 (6.25% from 255 or 3.50% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA30F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA30F is #045CF0. Grayscale: #ADADAD. Windows color (decimal): -285937 or 1025019. OLE color: 1025019.
HSL color Cylindrical-coordinate representation of color #FBA30F: hue angle of 37.63º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FBA30F is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 15 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.02 |
| HSL | 37.63º | 0.97% | 0.52% | - |
| HSV(B) | 37.63º | 0.94% | 0.98% | - |
| XYZ | 52.97 | 46.74 | 6.68 | - |
| YUV | 172.44 | 39.15 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 15 | 0 | 0.35 | 0.94 | 0.02 | 37.63 | 0.97 | 0.52 |
| Hex | FB | A3 | F | 0 | 23 | 5E | 2 | 26 | 61 | 34 |
| Octal | 373 | 243 | 17 | 0 | 43 | 136 | 2 | 46 | 141 | 64 |
| Binary | 11111011 | 10100011 | 1111 | 0 | 100011 | 1011110 | 10 | 100110 | 1100001 | 110100 |
Color Harmonies of #FBA30F
Complementary color
Monochromatic Colors of #FBA30F
Black with #FBA30F
Text Example
Text Example
White with #FBA30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA30F; }
p { color: rgb(251,163,15); }
H1.HeaderClassName
{
color: #FBA30F;
}
.AnyTagClassName
{
color: #FBA30F;
}
</style>
background-color css
<style>
a { background-color: #FBA30F; }
a { background-color: rgb(251,163,15); }
div.DivClassName
{
background-color: #FBA30F;
}
.BgClassName
{
background-color: #FBA30F;
}
</style>
border-color css
<style>
span { border-color: #FBA30F; }
span { border-color: rgb(251,163,15); }
td.TdClassName
{
border-color: #FBA30F;
}
.TagClassName
{
border-color: #FBA30F;
}
</style>