Shades of Dark Tangerine #FFB714
Tints of Dark Tangerine #FFB714
RGB
CMYK
RGB Variations
Color information
#FFB714 (or 0xFFB714) is known color: Dark Tangerine. HEX triplet: FF, B7 and 14. RGB value is (255,183,20). Sum of RGB (Red+Green+Blue) = 255+183+20=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 20 (8.20% from 255 or 4.37% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB714 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB714 is #0048EB. Grayscale: #BABABA. Windows color (decimal): -18668 or 1357823. OLE color: 1357823.
HSL color Cylindrical-coordinate representation of color #FFB714: hue angle of 41.62º 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 #FFB714 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 20 | - |
| CMYK | 0 | 0.28 | 0.92 | 0 |
| HSL | 41.62º | 1% | 0.54% | - |
| HSV(B) | 41.62º | 0.92% | 1% | - |
| XYZ | 58.3 | 55.18 | 8.24 | - |
| YUV | 185.95 | 34.35 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 20 | 0 | 0.28 | 0.92 | 0 | 41.62 | 1 | 0.54 |
| Hex | FF | B7 | 14 | 0 | 1C | 5C | 0 | 2A | 64 | 36 |
| Octal | 377 | 267 | 24 | 0 | 34 | 134 | 0 | 52 | 144 | 66 |
| Binary | 11111111 | 10110111 | 10100 | 0 | 11100 | 1011100 | 0 | 101010 | 1100100 | 110110 |
Color Harmonies of #FFB714
Complementary color
Monochromatic Colors of #FFB714
Black with #FFB714
Text Example
Text Example
White with #FFB714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB714; }
p { color: rgb(255,183,20); }
H1.HeaderClassName
{
color: #FFB714;
}
.AnyTagClassName
{
color: #FFB714;
}
</style>
background-color css
<style>
a { background-color: #FFB714; }
a { background-color: rgb(255,183,20); }
div.DivClassName
{
background-color: #FFB714;
}
.BgClassName
{
background-color: #FFB714;
}
</style>
border-color css
<style>
span { border-color: #FFB714; }
span { border-color: rgb(255,183,20); }
td.TdClassName
{
border-color: #FFB714;
}
.TagClassName
{
border-color: #FFB714;
}
</style>