Shades of Dark Tangerine #F3B512
Tints of Dark Tangerine #F3B512
RGB
CMYK
RGB Variations
Color information
#F3B512 (or 0xF3B512) is known color: Dark Tangerine. HEX triplet: F3, B5 and 12. RGB value is (243,181,18). Sum of RGB (Red+Green+Blue) = 243+181+18=442 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.98% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 18 (7.42% from 255 or 4.07% from 442); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3B512 is #0C4AED. Grayscale: #B5B5B5. Windows color (decimal): -805614 or 1226227. OLE color: 1226227.
HSL color Cylindrical-coordinate representation of color #F3B512: hue angle of 43.47º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F3B512 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 181 | 18 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.05 |
| HSL | 43.47º | 0.9% | 0.51% | - |
| HSV(B) | 43.47º | 0.93% | 0.95% | - |
| XYZ | 53.6 | 52.15 | 7.81 | - |
| YUV | 180.96 | 36.04 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 181 | 18 | 0 | 0.26 | 0.93 | 0.05 | 43.47 | 0.9 | 0.51 |
| Hex | F3 | B5 | 12 | 0 | 1A | 5D | 5 | 2B | 5A | 33 |
| Octal | 363 | 265 | 22 | 0 | 32 | 135 | 5 | 53 | 132 | 63 |
| Binary | 11110011 | 10110101 | 10010 | 0 | 11010 | 1011101 | 101 | 101011 | 1011010 | 110011 |
Color Harmonies of #F3B512
Complementary color
Monochromatic Colors of #F3B512
Black with #F3B512
Text Example
Text Example
White with #F3B512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B512; }
p { color: rgb(243,181,18); }
H1.HeaderClassName
{
color: #F3B512;
}
.AnyTagClassName
{
color: #F3B512;
}
</style>
background-color css
<style>
a { background-color: #F3B512; }
a { background-color: rgb(243,181,18); }
div.DivClassName
{
background-color: #F3B512;
}
.BgClassName
{
background-color: #F3B512;
}
</style>
border-color css
<style>
span { border-color: #F3B512; }
span { border-color: rgb(243,181,18); }
td.TdClassName
{
border-color: #F3B512;
}
.TagClassName
{
border-color: #F3B512;
}
</style>