Shades of Dark Tangerine #F3AB1F
Tints of Dark Tangerine #F3AB1F
RGB
CMYK
RGB Variations
Color information
#F3AB1F (or 0xF3AB1F) is known color: Dark Tangerine. HEX triplet: F3, AB and 1F. RGB value is (243,171,31). Sum of RGB (Red+Green+Blue) = 243+171+31=445 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.61% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 31 (12.5% from 255 or 6.97% from 445); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AB1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3AB1F is #0C54E0. Grayscale: #B1B1B1. Windows color (decimal): -808161 or 2075635. OLE color: 2075635.
HSL color Cylindrical-coordinate representation of color #F3AB1F: hue angle of 39.62º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F3AB1F is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 171 | 31 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.05 |
| HSL | 39.62º | 0.9% | 0.54% | - |
| HSV(B) | 39.62º | 0.87% | 0.95% | - |
| XYZ | 51.77 | 48.28 | 7.89 | - |
| YUV | 176.57 | 45.85 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 171 | 31 | 0 | 0.30 | 0.87 | 0.05 | 39.62 | 0.9 | 0.54 |
| Hex | F3 | AB | 1F | 0 | 1E | 57 | 5 | 28 | 5A | 36 |
| Octal | 363 | 253 | 37 | 0 | 36 | 127 | 5 | 50 | 132 | 66 |
| Binary | 11110011 | 10101011 | 11111 | 0 | 11110 | 1010111 | 101 | 101000 | 1011010 | 110110 |
Color Harmonies of #F3AB1F
Complementary color
Monochromatic Colors of #F3AB1F
Black with #F3AB1F
Text Example
Text Example
White with #F3AB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AB1F; }
p { color: rgb(243,171,31); }
H1.HeaderClassName
{
color: #F3AB1F;
}
.AnyTagClassName
{
color: #F3AB1F;
}
</style>
background-color css
<style>
a { background-color: #F3AB1F; }
a { background-color: rgb(243,171,31); }
div.DivClassName
{
background-color: #F3AB1F;
}
.BgClassName
{
background-color: #F3AB1F;
}
</style>
border-color css
<style>
span { border-color: #F3AB1F; }
span { border-color: rgb(243,171,31); }
td.TdClassName
{
border-color: #F3AB1F;
}
.TagClassName
{
border-color: #F3AB1F;
}
</style>