Shades of Dark Tangerine #F3A31B
Tints of Dark Tangerine #F3A31B
RGB
CMYK
RGB Variations
Color information
#F3A31B (or 0xF3A31B) is known color: Dark Tangerine. HEX triplet: F3, A3 and 1B. RGB value is (243,163,27). Sum of RGB (Red+Green+Blue) = 243+163+27=433 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.12% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 27 (10.94% from 255 or 6.24% from 433); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A31B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A31B is #0C5CE4. Grayscale: #ACACAC. Windows color (decimal): -810213 or 1811443. OLE color: 1811443.
HSL color Cylindrical-coordinate representation of color #F3A31B: hue angle of 37.78º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F3A31B is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 163 | 27 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.05 |
| HSL | 37.78º | 0.9% | 0.53% | - |
| HSV(B) | 37.78º | 0.89% | 0.95% | - |
| XYZ | 50.26 | 45.33 | 7.14 | - |
| YUV | 171.42 | 46.5 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 163 | 27 | 0 | 0.33 | 0.89 | 0.05 | 37.78 | 0.9 | 0.53 |
| Hex | F3 | A3 | 1B | 0 | 21 | 59 | 5 | 26 | 5A | 35 |
| Octal | 363 | 243 | 33 | 0 | 41 | 131 | 5 | 46 | 132 | 65 |
| Binary | 11110011 | 10100011 | 11011 | 0 | 100001 | 1011001 | 101 | 100110 | 1011010 | 110101 |
Color Harmonies of #F3A31B
Complementary color
Monochromatic Colors of #F3A31B
Black with #F3A31B
Text Example
Text Example
White with #F3A31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A31B; }
p { color: rgb(243,163,27); }
H1.HeaderClassName
{
color: #F3A31B;
}
.AnyTagClassName
{
color: #F3A31B;
}
</style>
background-color css
<style>
a { background-color: #F3A31B; }
a { background-color: rgb(243,163,27); }
div.DivClassName
{
background-color: #F3A31B;
}
.BgClassName
{
background-color: #F3A31B;
}
</style>
border-color css
<style>
span { border-color: #F3A31B; }
span { border-color: rgb(243,163,27); }
td.TdClassName
{
border-color: #F3A31B;
}
.TagClassName
{
border-color: #F3A31B;
}
</style>