Shades of Dark Tangerine #F3A41C
Tints of Dark Tangerine #F3A41C
RGB
CMYK
RGB Variations
Color information
#F3A41C (or 0xF3A41C) is known color: Dark Tangerine. HEX triplet: F3, A4 and 1C. RGB value is (243,164,28). Sum of RGB (Red+Green+Blue) = 243+164+28=435 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.86% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 28 (11.33% from 255 or 6.44% from 435); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A41C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A41C is #0C5BE3. Grayscale: #ACACAC. Windows color (decimal): -809956 or 1877235. OLE color: 1877235.
HSL color Cylindrical-coordinate representation of color #F3A41C: hue angle of 37.95º 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 #F3A41C is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 164 | 28 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.05 |
| HSL | 37.95º | 0.9% | 0.53% | - |
| HSV(B) | 37.95º | 0.88% | 0.95% | - |
| XYZ | 50.45 | 45.69 | 7.26 | - |
| YUV | 172.12 | 46.67 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 164 | 28 | 0 | 0.33 | 0.88 | 0.05 | 37.95 | 0.9 | 0.53 |
| Hex | F3 | A4 | 1C | 0 | 21 | 58 | 5 | 26 | 5A | 35 |
| Octal | 363 | 244 | 34 | 0 | 41 | 130 | 5 | 46 | 132 | 65 |
| Binary | 11110011 | 10100100 | 11100 | 0 | 100001 | 1011000 | 101 | 100110 | 1011010 | 110101 |
Color Harmonies of #F3A41C
Complementary color
Monochromatic Colors of #F3A41C
Black with #F3A41C
Text Example
Text Example
White with #F3A41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A41C; }
p { color: rgb(243,164,28); }
H1.HeaderClassName
{
color: #F3A41C;
}
.AnyTagClassName
{
color: #F3A41C;
}
</style>
background-color css
<style>
a { background-color: #F3A41C; }
a { background-color: rgb(243,164,28); }
div.DivClassName
{
background-color: #F3A41C;
}
.BgClassName
{
background-color: #F3A41C;
}
</style>
border-color css
<style>
span { border-color: #F3A41C; }
span { border-color: rgb(243,164,28); }
td.TdClassName
{
border-color: #F3A41C;
}
.TagClassName
{
border-color: #F3A41C;
}
</style>