Shades of Dark Tangerine #F1B30D
Tints of Dark Tangerine #F1B30D
RGB
CMYK
RGB Variations
Color information
#F1B30D (or 0xF1B30D) is known color: Dark Tangerine. HEX triplet: F1, B3 and 0D. RGB value is (241,179,13). Sum of RGB (Red+Green+Blue) = 241+179+13=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 13 (5.47% from 255 or 3.00% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1B30D is #0E4CF2. Grayscale: #B3B3B3. Windows color (decimal): -937203 or 898033. OLE color: 898033.
HSL color Cylindrical-coordinate representation of color #F1B30D: hue angle of 43.68º degrees, saturation: 0.9, 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 #F1B30D is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 179 | 13 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.05 |
| HSL | 43.68º | 0.9% | 0.5% | - |
| HSV(B) | 43.68º | 0.95% | 0.95% | - |
| XYZ | 52.47 | 50.97 | 7.45 | - |
| YUV | 178.61 | 34.54 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 179 | 13 | 0 | 0.26 | 0.95 | 0.05 | 43.68 | 0.9 | 0.5 |
| Hex | F1 | B3 | D | 0 | 1A | 5F | 5 | 2C | 5A | 32 |
| Octal | 361 | 263 | 15 | 0 | 32 | 137 | 5 | 54 | 132 | 62 |
| Binary | 11110001 | 10110011 | 1101 | 0 | 11010 | 1011111 | 101 | 101100 | 1011010 | 110010 |
Color Harmonies of #F1B30D
Complementary color
Monochromatic Colors of #F1B30D
Black with #F1B30D
Text Example
Text Example
White with #F1B30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B30D; }
p { color: rgb(241,179,13); }
H1.HeaderClassName
{
color: #F1B30D;
}
.AnyTagClassName
{
color: #F1B30D;
}
</style>
background-color css
<style>
a { background-color: #F1B30D; }
a { background-color: rgb(241,179,13); }
div.DivClassName
{
background-color: #F1B30D;
}
.BgClassName
{
background-color: #F1B30D;
}
</style>
border-color css
<style>
span { border-color: #F1B30D; }
span { border-color: rgb(241,179,13); }
td.TdClassName
{
border-color: #F1B30D;
}
.TagClassName
{
border-color: #F1B30D;
}
</style>