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