Shades of Dark Tangerine #F2B10B
Tints of Dark Tangerine #F2B10B
RGB
CMYK
RGB Variations
Color information
#F2B10B (or 0xF2B10B) is known color: Dark Tangerine. HEX triplet: F2, B1 and 0B. RGB value is (242,177,11). Sum of RGB (Red+Green+Blue) = 242+177+11=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 11 (4.69% from 255 or 2.56% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B10B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2B10B is #0D4EF4. Grayscale: #B2B2B2. Windows color (decimal): -872181 or 766450. OLE color: 766450.
HSL color Cylindrical-coordinate representation of color #F2B10B: hue angle of 43.12º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2B10B is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 177 | 11 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.05 |
| HSL | 43.12º | 0.91% | 0.5% | - |
| HSV(B) | 43.12º | 0.95% | 0.95% | - |
| XYZ | 52.4 | 50.35 | 7.27 | - |
| YUV | 177.51 | 34.03 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 177 | 11 | 0 | 0.27 | 0.95 | 0.05 | 43.12 | 0.91 | 0.5 |
| Hex | F2 | B1 | B | 0 | 1B | 5F | 5 | 2B | 5B | 32 |
| Octal | 362 | 261 | 13 | 0 | 33 | 137 | 5 | 53 | 133 | 62 |
| Binary | 11110010 | 10110001 | 1011 | 0 | 11011 | 1011111 | 101 | 101011 | 1011011 | 110010 |
Color Harmonies of #F2B10B
Complementary color
Monochromatic Colors of #F2B10B
Black with #F2B10B
Text Example
Text Example
White with #F2B10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B10B; }
p { color: rgb(242,177,11); }
H1.HeaderClassName
{
color: #F2B10B;
}
.AnyTagClassName
{
color: #F2B10B;
}
</style>
background-color css
<style>
a { background-color: #F2B10B; }
a { background-color: rgb(242,177,11); }
div.DivClassName
{
background-color: #F2B10B;
}
.BgClassName
{
background-color: #F2B10B;
}
</style>
border-color css
<style>
span { border-color: #F2B10B; }
span { border-color: rgb(242,177,11); }
td.TdClassName
{
border-color: #F2B10B;
}
.TagClassName
{
border-color: #F2B10B;
}
</style>