Shades of Dark Tangerine #FFB914
Tints of Dark Tangerine #FFB914
RGB
CMYK
RGB Variations
Color information
#FFB914 (or 0xFFB914) is known color: Dark Tangerine. HEX triplet: FF, B9 and 14. RGB value is (255,185,20). Sum of RGB (Red+Green+Blue) = 255+185+20=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 20 (8.20% from 255 or 4.35% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB914 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB914 is #0046EB. Grayscale: #BBBBBB. Windows color (decimal): -18156 or 1358335. OLE color: 1358335.
HSL color Cylindrical-coordinate representation of color #FFB914: hue angle of 42.13º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFB914 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 20 | - |
| CMYK | 0 | 0.27 | 0.92 | 0 |
| HSL | 42.13º | 1% | 0.54% | - |
| HSV(B) | 42.13º | 0.92% | 1% | - |
| XYZ | 58.72 | 56.01 | 8.38 | - |
| YUV | 187.12 | 33.69 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 20 | 0 | 0.27 | 0.92 | 0 | 42.13 | 1 | 0.54 |
| Hex | FF | B9 | 14 | 0 | 1B | 5C | 0 | 2A | 64 | 36 |
| Octal | 377 | 271 | 24 | 0 | 33 | 134 | 0 | 52 | 144 | 66 |
| Binary | 11111111 | 10111001 | 10100 | 0 | 11011 | 1011100 | 0 | 101010 | 1100100 | 110110 |
Color Harmonies of #FFB914
Complementary color
Monochromatic Colors of #FFB914
Black with #FFB914
Text Example
Text Example
White with #FFB914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB914; }
p { color: rgb(255,185,20); }
H1.HeaderClassName
{
color: #FFB914;
}
.AnyTagClassName
{
color: #FFB914;
}
</style>
background-color css
<style>
a { background-color: #FFB914; }
a { background-color: rgb(255,185,20); }
div.DivClassName
{
background-color: #FFB914;
}
.BgClassName
{
background-color: #FFB914;
}
</style>
border-color css
<style>
span { border-color: #FFB914; }
span { border-color: rgb(255,185,20); }
td.TdClassName
{
border-color: #FFB914;
}
.TagClassName
{
border-color: #FFB914;
}
</style>