Shades of Dark Tangerine #FBA70C
Tints of Dark Tangerine #FBA70C
RGB
CMYK
RGB Variations
Color information
#FBA70C (or 0xFBA70C) is known color: Dark Tangerine. HEX triplet: FB, A7 and 0C. RGB value is (251,167,12). Sum of RGB (Red+Green+Blue) = 251+167+12=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 12 (5.08% from 255 or 2.79% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA70C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA70C is #0458F3. Grayscale: #AFAFAF. Windows color (decimal): -284916 or 829435. OLE color: 829435.
HSL color Cylindrical-coordinate representation of color #FBA70C: hue angle of 38.91º 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 #FBA70C is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 12 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.02 |
| HSL | 38.91º | 0.97% | 0.52% | - |
| HSV(B) | 38.91º | 0.95% | 0.98% | - |
| XYZ | 53.67 | 48.17 | 6.82 | - |
| YUV | 174.45 | 36.33 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 12 | 0 | 0.33 | 0.95 | 0.02 | 38.91 | 0.97 | 0.52 |
| Hex | FB | A7 | C | 0 | 21 | 5F | 2 | 27 | 61 | 34 |
| Octal | 373 | 247 | 14 | 0 | 41 | 137 | 2 | 47 | 141 | 64 |
| Binary | 11111011 | 10100111 | 1100 | 0 | 100001 | 1011111 | 10 | 100111 | 1100001 | 110100 |
Color Harmonies of #FBA70C
Complementary color
Monochromatic Colors of #FBA70C
Black with #FBA70C
Text Example
Text Example
White with #FBA70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA70C; }
p { color: rgb(251,167,12); }
H1.HeaderClassName
{
color: #FBA70C;
}
.AnyTagClassName
{
color: #FBA70C;
}
</style>
background-color css
<style>
a { background-color: #FBA70C; }
a { background-color: rgb(251,167,12); }
div.DivClassName
{
background-color: #FBA70C;
}
.BgClassName
{
background-color: #FBA70C;
}
</style>
border-color css
<style>
span { border-color: #FBA70C; }
span { border-color: rgb(251,167,12); }
td.TdClassName
{
border-color: #FBA70C;
}
.TagClassName
{
border-color: #FBA70C;
}
</style>