Shades of Dark Tangerine #F3A61C
Tints of Dark Tangerine #F3A61C
RGB
CMYK
RGB Variations
Color information
#F3A61C (or 0xF3A61C) is known color: Dark Tangerine. HEX triplet: F3, A6 and 1C. RGB value is (243,166,28). Sum of RGB (Red+Green+Blue) = 243+166+28=437 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.61% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 28 (11.33% from 255 or 6.41% from 437); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A61C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A61C is #0C59E3. Grayscale: #ADADAD. Windows color (decimal): -809444 or 1877747. OLE color: 1877747.
HSL color Cylindrical-coordinate representation of color #F3A61C: hue angle of 38.51º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F3A61C is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 166 | 28 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.05 |
| HSL | 38.51º | 0.9% | 0.53% | - |
| HSV(B) | 38.51º | 0.88% | 0.95% | - |
| XYZ | 50.81 | 46.41 | 7.38 | - |
| YUV | 173.29 | 46.01 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 166 | 28 | 0 | 0.32 | 0.88 | 0.05 | 38.51 | 0.9 | 0.53 |
| Hex | F3 | A6 | 1C | 0 | 20 | 58 | 5 | 27 | 5A | 35 |
| Octal | 363 | 246 | 34 | 0 | 40 | 130 | 5 | 47 | 132 | 65 |
| Binary | 11110011 | 10100110 | 11100 | 0 | 100000 | 1011000 | 101 | 100111 | 1011010 | 110101 |
Color Harmonies of #F3A61C
Complementary color
Monochromatic Colors of #F3A61C
Black with #F3A61C
Text Example
Text Example
White with #F3A61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A61C; }
p { color: rgb(243,166,28); }
H1.HeaderClassName
{
color: #F3A61C;
}
.AnyTagClassName
{
color: #F3A61C;
}
</style>
background-color css
<style>
a { background-color: #F3A61C; }
a { background-color: rgb(243,166,28); }
div.DivClassName
{
background-color: #F3A61C;
}
.BgClassName
{
background-color: #F3A61C;
}
</style>
border-color css
<style>
span { border-color: #F3A61C; }
span { border-color: rgb(243,166,28); }
td.TdClassName
{
border-color: #F3A61C;
}
.TagClassName
{
border-color: #F3A61C;
}
</style>