Shades of Dark Tangerine #F3A30F
Tints of Dark Tangerine #F3A30F
RGB
CMYK
RGB Variations
Color information
#F3A30F (or 0xF3A30F) is known color: Dark Tangerine. HEX triplet: F3, A3 and 0F. RGB value is (243,163,15). Sum of RGB (Red+Green+Blue) = 243+163+15=421 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.72% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 15 (6.25% from 255 or 3.56% from 421); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A30F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A30F is #0C5CF0. Grayscale: #AAAAAA. Windows color (decimal): -810225 or 1025011. OLE color: 1025011.
HSL color Cylindrical-coordinate representation of color #F3A30F: hue angle of 38.95º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F3A30F is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 163 | 15 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.05 |
| HSL | 38.95º | 0.9% | 0.51% | - |
| HSV(B) | 38.95º | 0.94% | 0.95% | - |
| XYZ | 50.15 | 45.28 | 6.55 | - |
| YUV | 170.05 | 40.5 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 163 | 15 | 0 | 0.33 | 0.94 | 0.05 | 38.95 | 0.9 | 0.51 |
| Hex | F3 | A3 | F | 0 | 21 | 5E | 5 | 27 | 5A | 33 |
| Octal | 363 | 243 | 17 | 0 | 41 | 136 | 5 | 47 | 132 | 63 |
| Binary | 11110011 | 10100011 | 1111 | 0 | 100001 | 1011110 | 101 | 100111 | 1011010 | 110011 |
Color Harmonies of #F3A30F
Complementary color
Monochromatic Colors of #F3A30F
Black with #F3A30F
Text Example
Text Example
White with #F3A30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A30F; }
p { color: rgb(243,163,15); }
H1.HeaderClassName
{
color: #F3A30F;
}
.AnyTagClassName
{
color: #F3A30F;
}
</style>
background-color css
<style>
a { background-color: #F3A30F; }
a { background-color: rgb(243,163,15); }
div.DivClassName
{
background-color: #F3A30F;
}
.BgClassName
{
background-color: #F3A30F;
}
</style>
border-color css
<style>
span { border-color: #F3A30F; }
span { border-color: rgb(243,163,15); }
td.TdClassName
{
border-color: #F3A30F;
}
.TagClassName
{
border-color: #F3A30F;
}
</style>