Shades of Dark Tangerine #F3A80D
Tints of Dark Tangerine #F3A80D
RGB
CMYK
RGB Variations
Color information
#F3A80D (or 0xF3A80D) is known color: Dark Tangerine. HEX triplet: F3, A8 and 0D. RGB value is (243,168,13). Sum of RGB (Red+Green+Blue) = 243+168+13=424 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.31% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 13 (5.47% from 255 or 3.07% from 424); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A80D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A80D is #0C57F2. Grayscale: #ADADAD. Windows color (decimal): -808947 or 895219. OLE color: 895219.
HSL color Cylindrical-coordinate representation of color #F3A80D: hue angle of 40.43º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3A80D is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 13 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.05 |
| HSL | 40.43º | 0.91% | 0.5% | - |
| HSV(B) | 40.43º | 0.95% | 0.95% | - |
| XYZ | 51.04 | 47.09 | 6.78 | - |
| YUV | 172.76 | 37.85 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 13 | 0 | 0.31 | 0.95 | 0.05 | 40.43 | 0.91 | 0.5 |
| Hex | F3 | A8 | D | 0 | 1F | 5F | 5 | 28 | 5B | 32 |
| Octal | 363 | 250 | 15 | 0 | 37 | 137 | 5 | 50 | 133 | 62 |
| Binary | 11110011 | 10101000 | 1101 | 0 | 11111 | 1011111 | 101 | 101000 | 1011011 | 110010 |
Color Harmonies of #F3A80D
Complementary color
Monochromatic Colors of #F3A80D
Black with #F3A80D
Text Example
Text Example
White with #F3A80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A80D; }
p { color: rgb(243,168,13); }
H1.HeaderClassName
{
color: #F3A80D;
}
.AnyTagClassName
{
color: #F3A80D;
}
</style>
background-color css
<style>
a { background-color: #F3A80D; }
a { background-color: rgb(243,168,13); }
div.DivClassName
{
background-color: #F3A80D;
}
.BgClassName
{
background-color: #F3A80D;
}
</style>
border-color css
<style>
span { border-color: #F3A80D; }
span { border-color: rgb(243,168,13); }
td.TdClassName
{
border-color: #F3A80D;
}
.TagClassName
{
border-color: #F3A80D;
}
</style>