Shades of Dark Tangerine #FBA10C
Tints of Dark Tangerine #FBA10C
RGB
CMYK
RGB Variations
Color information
#FBA10C (or 0xFBA10C) is known color: Dark Tangerine. HEX triplet: FB, A1 and 0C. RGB value is (251,161,12). Sum of RGB (Red+Green+Blue) = 251+161+12=424 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.20% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 12 (5.08% from 255 or 2.83% from 424); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA10C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA10C is #045EF3. Grayscale: #ABABAB. Windows color (decimal): -286452 or 827899. OLE color: 827899.
HSL color Cylindrical-coordinate representation of color #FBA10C: hue angle of 37.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 #FBA10C is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 12 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.02 |
| HSL | 37.41º | 0.97% | 0.52% | - |
| HSV(B) | 37.41º | 0.95% | 0.98% | - |
| XYZ | 52.59 | 46.03 | 6.46 | - |
| YUV | 170.92 | 38.32 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 12 | 0 | 0.36 | 0.95 | 0.02 | 37.41 | 0.97 | 0.52 |
| Hex | FB | A1 | C | 0 | 24 | 5F | 2 | 25 | 61 | 34 |
| Octal | 373 | 241 | 14 | 0 | 44 | 137 | 2 | 45 | 141 | 64 |
| Binary | 11111011 | 10100001 | 1100 | 0 | 100100 | 1011111 | 10 | 100101 | 1100001 | 110100 |
Color Harmonies of #FBA10C
Complementary color
Monochromatic Colors of #FBA10C
Black with #FBA10C
Text Example
Text Example
White with #FBA10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA10C; }
p { color: rgb(251,161,12); }
H1.HeaderClassName
{
color: #FBA10C;
}
.AnyTagClassName
{
color: #FBA10C;
}
</style>
background-color css
<style>
a { background-color: #FBA10C; }
a { background-color: rgb(251,161,12); }
div.DivClassName
{
background-color: #FBA10C;
}
.BgClassName
{
background-color: #FBA10C;
}
</style>
border-color css
<style>
span { border-color: #FBA10C; }
span { border-color: rgb(251,161,12); }
td.TdClassName
{
border-color: #FBA10C;
}
.TagClassName
{
border-color: #FBA10C;
}
</style>