Shades of Dark Tangerine #F2B117
Tints of Dark Tangerine #F2B117
RGB
CMYK
RGB Variations
Color information
#F2B117 (or 0xF2B117) is known color: Dark Tangerine. HEX triplet: F2, B1 and 17. RGB value is (242,177,23). Sum of RGB (Red+Green+Blue) = 242+177+23=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 23 (9.38% from 255 or 5.20% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B117 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2B117 is #0D4EE8. Grayscale: #B3B3B3. Windows color (decimal): -872169 or 1552882. OLE color: 1552882.
HSL color Cylindrical-coordinate representation of color #F2B117: hue angle of 42.19º 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 #F2B117 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 177 | 23 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.05 |
| HSL | 42.19º | 0.89% | 0.52% | - |
| HSV(B) | 42.19º | 0.9% | 0.95% | - |
| XYZ | 52.49 | 50.38 | 7.77 | - |
| YUV | 178.88 | 40.03 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 177 | 23 | 0 | 0.27 | 0.90 | 0.05 | 42.19 | 0.89 | 0.52 |
| Hex | F2 | B1 | 17 | 0 | 1B | 5A | 5 | 2A | 59 | 34 |
| Octal | 362 | 261 | 27 | 0 | 33 | 132 | 5 | 52 | 131 | 64 |
| Binary | 11110010 | 10110001 | 10111 | 0 | 11011 | 1011010 | 101 | 101010 | 1011001 | 110100 |
Color Harmonies of #F2B117
Complementary color
Monochromatic Colors of #F2B117
Black with #F2B117
Text Example
Text Example
White with #F2B117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B117; }
p { color: rgb(242,177,23); }
H1.HeaderClassName
{
color: #F2B117;
}
.AnyTagClassName
{
color: #F2B117;
}
</style>
background-color css
<style>
a { background-color: #F2B117; }
a { background-color: rgb(242,177,23); }
div.DivClassName
{
background-color: #F2B117;
}
.BgClassName
{
background-color: #F2B117;
}
</style>
border-color css
<style>
span { border-color: #F2B117; }
span { border-color: rgb(242,177,23); }
td.TdClassName
{
border-color: #F2B117;
}
.TagClassName
{
border-color: #F2B117;
}
</style>