Shades of Dark Tangerine #F3A81D
Tints of Dark Tangerine #F3A81D
RGB
CMYK
RGB Variations
Color information
#F3A81D (or 0xF3A81D) is known color: Dark Tangerine. HEX triplet: F3, A8 and 1D. RGB value is (243,168,29). Sum of RGB (Red+Green+Blue) = 243+168+29=440 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.23% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 29 (11.72% from 255 or 6.59% from 440); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A81D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A81D is #0C57E2. Grayscale: #AFAFAF. Windows color (decimal): -808931 or 1943795. OLE color: 1943795.
HSL color Cylindrical-coordinate representation of color #F3A81D: hue angle of 38.97º 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 #F3A81D is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 29 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.05 |
| HSL | 38.97º | 0.9% | 0.53% | - |
| HSV(B) | 38.97º | 0.88% | 0.95% | - |
| XYZ | 51.19 | 47.15 | 7.57 | - |
| YUV | 174.58 | 45.85 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 29 | 0 | 0.31 | 0.88 | 0.05 | 38.97 | 0.9 | 0.53 |
| Hex | F3 | A8 | 1D | 0 | 1F | 58 | 5 | 27 | 5A | 35 |
| Octal | 363 | 250 | 35 | 0 | 37 | 130 | 5 | 47 | 132 | 65 |
| Binary | 11110011 | 10101000 | 11101 | 0 | 11111 | 1011000 | 101 | 100111 | 1011010 | 110101 |
Color Harmonies of #F3A81D
Complementary color
Monochromatic Colors of #F3A81D
Black with #F3A81D
Text Example
Text Example
White with #F3A81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A81D; }
p { color: rgb(243,168,29); }
H1.HeaderClassName
{
color: #F3A81D;
}
.AnyTagClassName
{
color: #F3A81D;
}
</style>
background-color css
<style>
a { background-color: #F3A81D; }
a { background-color: rgb(243,168,29); }
div.DivClassName
{
background-color: #F3A81D;
}
.BgClassName
{
background-color: #F3A81D;
}
</style>
border-color css
<style>
span { border-color: #F3A81D; }
span { border-color: rgb(243,168,29); }
td.TdClassName
{
border-color: #F3A81D;
}
.TagClassName
{
border-color: #F3A81D;
}
</style>