Shades of Dark Tangerine #F3B113
Tints of Dark Tangerine #F3B113
RGB
CMYK
RGB Variations
Color information
#F3B113 (or 0xF3B113) is known color: Dark Tangerine. HEX triplet: F3, B1 and 13. RGB value is (243,177,19). Sum of RGB (Red+Green+Blue) = 243+177+19=439 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.35% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 19 (7.81% from 255 or 4.33% from 439); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3B113 is #0C4EEC. Grayscale: #B3B3B3. Windows color (decimal): -806637 or 1290739. OLE color: 1290739.
HSL color Cylindrical-coordinate representation of color #F3B113: hue angle of 42.32º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F3B113 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 177 | 19 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.05 |
| HSL | 42.32º | 0.9% | 0.51% | - |
| HSV(B) | 42.32º | 0.92% | 0.95% | - |
| XYZ | 52.8 | 50.55 | 7.59 | - |
| YUV | 178.72 | 37.87 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 177 | 19 | 0 | 0.27 | 0.92 | 0.05 | 42.32 | 0.9 | 0.51 |
| Hex | F3 | B1 | 13 | 0 | 1B | 5C | 5 | 2A | 5A | 33 |
| Octal | 363 | 261 | 23 | 0 | 33 | 134 | 5 | 52 | 132 | 63 |
| Binary | 11110011 | 10110001 | 10011 | 0 | 11011 | 1011100 | 101 | 101010 | 1011010 | 110011 |
Color Harmonies of #F3B113
Complementary color
Monochromatic Colors of #F3B113
Black with #F3B113
Text Example
Text Example
White with #F3B113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B113; }
p { color: rgb(243,177,19); }
H1.HeaderClassName
{
color: #F3B113;
}
.AnyTagClassName
{
color: #F3B113;
}
</style>
background-color css
<style>
a { background-color: #F3B113; }
a { background-color: rgb(243,177,19); }
div.DivClassName
{
background-color: #F3B113;
}
.BgClassName
{
background-color: #F3B113;
}
</style>
border-color css
<style>
span { border-color: #F3B113; }
span { border-color: rgb(243,177,19); }
td.TdClassName
{
border-color: #F3B113;
}
.TagClassName
{
border-color: #F3B113;
}
</style>