Shades of Dark Tangerine #F2B11B
Tints of Dark Tangerine #F2B11B
RGB
CMYK
RGB Variations
Color information
#F2B11B (or 0xF2B11B) is known color: Dark Tangerine. HEX triplet: F2, B1 and 1B. RGB value is (242,177,27). Sum of RGB (Red+Green+Blue) = 242+177+27=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 27 (10.94% from 255 or 6.05% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B11B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B11B is #0D4EE4. Grayscale: #B3B3B3. Windows color (decimal): -872165 or 1815026. OLE color: 1815026.
HSL color Cylindrical-coordinate representation of color #F2B11B: hue angle of 41.86º degrees, saturation: 0.89, 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 #F2B11B is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 177 | 27 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.05 |
| HSL | 41.86º | 0.89% | 0.53% | - |
| HSV(B) | 41.86º | 0.89% | 0.95% | - |
| XYZ | 52.54 | 50.4 | 8 | - |
| YUV | 179.34 | 42.03 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 177 | 27 | 0 | 0.27 | 0.89 | 0.05 | 41.86 | 0.89 | 0.53 |
| Hex | F2 | B1 | 1B | 0 | 1B | 59 | 5 | 2A | 59 | 35 |
| Octal | 362 | 261 | 33 | 0 | 33 | 131 | 5 | 52 | 131 | 65 |
| Binary | 11110010 | 10110001 | 11011 | 0 | 11011 | 1011001 | 101 | 101010 | 1011001 | 110101 |
Color Harmonies of #F2B11B
Complementary color
Monochromatic Colors of #F2B11B
Black with #F2B11B
Text Example
Text Example
White with #F2B11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B11B; }
p { color: rgb(242,177,27); }
H1.HeaderClassName
{
color: #F2B11B;
}
.AnyTagClassName
{
color: #F2B11B;
}
</style>
background-color css
<style>
a { background-color: #F2B11B; }
a { background-color: rgb(242,177,27); }
div.DivClassName
{
background-color: #F2B11B;
}
.BgClassName
{
background-color: #F2B11B;
}
</style>
border-color css
<style>
span { border-color: #F2B11B; }
span { border-color: rgb(242,177,27); }
td.TdClassName
{
border-color: #F2B11B;
}
.TagClassName
{
border-color: #F2B11B;
}
</style>