Shades of Dark Tangerine #FBA50D
Tints of Dark Tangerine #FBA50D
RGB
CMYK
RGB Variations
Color information
#FBA50D (or 0xFBA50D) is known color: Dark Tangerine. HEX triplet: FB, A5 and 0D. RGB value is (251,165,13). Sum of RGB (Red+Green+Blue) = 251+165+13=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 13 (5.47% from 255 or 3.03% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA50D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA50D is #045AF2. Grayscale: #AEAEAE. Windows color (decimal): -285427 or 894459. OLE color: 894459.
HSL color Cylindrical-coordinate representation of color #FBA50D: hue angle of 38.32º 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 #FBA50D is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 13 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.02 |
| HSL | 38.32º | 0.97% | 0.52% | - |
| HSV(B) | 38.32º | 0.95% | 0.98% | - |
| XYZ | 53.31 | 47.45 | 6.73 | - |
| YUV | 173.39 | 37.49 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 13 | 0 | 0.34 | 0.95 | 0.02 | 38.32 | 0.97 | 0.52 |
| Hex | FB | A5 | D | 0 | 22 | 5F | 2 | 26 | 61 | 34 |
| Octal | 373 | 245 | 15 | 0 | 42 | 137 | 2 | 46 | 141 | 64 |
| Binary | 11111011 | 10100101 | 1101 | 0 | 100010 | 1011111 | 10 | 100110 | 1100001 | 110100 |
Color Harmonies of #FBA50D
Complementary color
Monochromatic Colors of #FBA50D
Black with #FBA50D
Text Example
Text Example
White with #FBA50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA50D; }
p { color: rgb(251,165,13); }
H1.HeaderClassName
{
color: #FBA50D;
}
.AnyTagClassName
{
color: #FBA50D;
}
</style>
background-color css
<style>
a { background-color: #FBA50D; }
a { background-color: rgb(251,165,13); }
div.DivClassName
{
background-color: #FBA50D;
}
.BgClassName
{
background-color: #FBA50D;
}
</style>
border-color css
<style>
span { border-color: #FBA50D; }
span { border-color: rgb(251,165,13); }
td.TdClassName
{
border-color: #FBA50D;
}
.TagClassName
{
border-color: #FBA50D;
}
</style>