Shades of Dark Tangerine #F2B317
Tints of Dark Tangerine #F2B317
RGB
CMYK
RGB Variations
Color information
#F2B317 (or 0xF2B317) is known color: Dark Tangerine. HEX triplet: F2, B3 and 17. RGB value is (242,179,23). Sum of RGB (Red+Green+Blue) = 242+179+23=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 23 (9.38% from 255 or 5.18% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B317 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B317 is #0D4CE8. Grayscale: #B4B4B4. Windows color (decimal): -871657 or 1553394. OLE color: 1553394.
HSL color Cylindrical-coordinate representation of color #F2B317: hue angle of 42.74º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2B317 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 179 | 23 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.05 |
| HSL | 42.74º | 0.89% | 0.52% | - |
| HSV(B) | 42.74º | 0.9% | 0.95% | - |
| XYZ | 52.89 | 51.18 | 7.9 | - |
| YUV | 180.05 | 39.37 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 179 | 23 | 0 | 0.26 | 0.90 | 0.05 | 42.74 | 0.89 | 0.52 |
| Hex | F2 | B3 | 17 | 0 | 1A | 5A | 5 | 2B | 59 | 34 |
| Octal | 362 | 263 | 27 | 0 | 32 | 132 | 5 | 53 | 131 | 64 |
| Binary | 11110010 | 10110011 | 10111 | 0 | 11010 | 1011010 | 101 | 101011 | 1011001 | 110100 |
Color Harmonies of #F2B317
Complementary color
Monochromatic Colors of #F2B317
Black with #F2B317
Text Example
Text Example
White with #F2B317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B317; }
p { color: rgb(242,179,23); }
H1.HeaderClassName
{
color: #F2B317;
}
.AnyTagClassName
{
color: #F2B317;
}
</style>
background-color css
<style>
a { background-color: #F2B317; }
a { background-color: rgb(242,179,23); }
div.DivClassName
{
background-color: #F2B317;
}
.BgClassName
{
background-color: #F2B317;
}
</style>
border-color css
<style>
span { border-color: #F2B317; }
span { border-color: rgb(242,179,23); }
td.TdClassName
{
border-color: #F2B317;
}
.TagClassName
{
border-color: #F2B317;
}
</style>