Shades of Dark Tangerine #F3A315
Tints of Dark Tangerine #F3A315
RGB
CMYK
RGB Variations
Color information
#F3A315 (or 0xF3A315) is known color: Dark Tangerine. HEX triplet: F3, A3 and 15. RGB value is (243,163,21). Sum of RGB (Red+Green+Blue) = 243+163+21=427 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.91% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 21 (8.59% from 255 or 4.92% from 427); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A315 is #0C5CEA. Grayscale: #ABABAB. Windows color (decimal): -810219 or 1418227. OLE color: 1418227.
HSL color Cylindrical-coordinate representation of color #F3A315: hue angle of 38.38º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F3A315 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 163 | 21 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.05 |
| HSL | 38.38º | 0.9% | 0.52% | - |
| HSV(B) | 38.38º | 0.91% | 0.95% | - |
| XYZ | 50.19 | 45.3 | 6.81 | - |
| YUV | 170.73 | 43.5 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 163 | 21 | 0 | 0.33 | 0.91 | 0.05 | 38.38 | 0.9 | 0.52 |
| Hex | F3 | A3 | 15 | 0 | 21 | 5B | 5 | 26 | 5A | 34 |
| Octal | 363 | 243 | 25 | 0 | 41 | 133 | 5 | 46 | 132 | 64 |
| Binary | 11110011 | 10100011 | 10101 | 0 | 100001 | 1011011 | 101 | 100110 | 1011010 | 110100 |
Color Harmonies of #F3A315
Complementary color
Monochromatic Colors of #F3A315
Black with #F3A315
Text Example
Text Example
White with #F3A315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A315; }
p { color: rgb(243,163,21); }
H1.HeaderClassName
{
color: #F3A315;
}
.AnyTagClassName
{
color: #F3A315;
}
</style>
background-color css
<style>
a { background-color: #F3A315; }
a { background-color: rgb(243,163,21); }
div.DivClassName
{
background-color: #F3A315;
}
.BgClassName
{
background-color: #F3A315;
}
</style>
border-color css
<style>
span { border-color: #F3A315; }
span { border-color: rgb(243,163,21); }
td.TdClassName
{
border-color: #F3A315;
}
.TagClassName
{
border-color: #F3A315;
}
</style>