Shades of Dark Tangerine #F1B118
Tints of Dark Tangerine #F1B118
RGB
CMYK
RGB Variations
Color information
#F1B118 (or 0xF1B118) is known color: Dark Tangerine. HEX triplet: F1, B1 and 18. RGB value is (241,177,24). Sum of RGB (Red+Green+Blue) = 241+177+24=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 24 (9.77% from 255 or 5.43% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1B118 is #0E4EE7. Grayscale: #B3B3B3. Windows color (decimal): -937704 or 1618417. OLE color: 1618417.
HSL color Cylindrical-coordinate representation of color #F1B118: hue angle of 42.3º 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 #F1B118 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 177 | 24 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.05 |
| HSL | 42.3º | 0.89% | 0.52% | - |
| HSV(B) | 42.3º | 0.9% | 0.95% | - |
| XYZ | 52.16 | 50.21 | 7.81 | - |
| YUV | 178.69 | 40.7 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 177 | 24 | 0 | 0.27 | 0.90 | 0.05 | 42.3 | 0.89 | 0.52 |
| Hex | F1 | B1 | 18 | 0 | 1B | 5A | 5 | 2A | 59 | 34 |
| Octal | 361 | 261 | 30 | 0 | 33 | 132 | 5 | 52 | 131 | 64 |
| Binary | 11110001 | 10110001 | 11000 | 0 | 11011 | 1011010 | 101 | 101010 | 1011001 | 110100 |
Color Harmonies of #F1B118
Complementary color
Monochromatic Colors of #F1B118
Black with #F1B118
Text Example
Text Example
White with #F1B118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B118; }
p { color: rgb(241,177,24); }
H1.HeaderClassName
{
color: #F1B118;
}
.AnyTagClassName
{
color: #F1B118;
}
</style>
background-color css
<style>
a { background-color: #F1B118; }
a { background-color: rgb(241,177,24); }
div.DivClassName
{
background-color: #F1B118;
}
.BgClassName
{
background-color: #F1B118;
}
</style>
border-color css
<style>
span { border-color: #F1B118; }
span { border-color: rgb(241,177,24); }
td.TdClassName
{
border-color: #F1B118;
}
.TagClassName
{
border-color: #F1B118;
}
</style>