Shades of Dark Tangerine #FFB718
Tints of Dark Tangerine #FFB718
RGB
CMYK
RGB Variations
Color information
#FFB718 (or 0xFFB718) is known color: Dark Tangerine. HEX triplet: FF, B7 and 18. RGB value is (255,183,24). Sum of RGB (Red+Green+Blue) = 255+183+24=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 24 (9.77% from 255 or 5.19% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB718 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB718 is #0048E7. Grayscale: #BBBBBB. Windows color (decimal): -18664 or 1619967. OLE color: 1619967.
HSL color Cylindrical-coordinate representation of color #FFB718: hue angle of 41.3º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFB718 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 24 | - |
| CMYK | 0 | 0.28 | 0.91 | 0 |
| HSL | 41.3º | 1% | 0.55% | - |
| HSV(B) | 41.3º | 0.91% | 1% | - |
| XYZ | 58.34 | 55.19 | 8.44 | - |
| YUV | 186.4 | 36.35 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 24 | 0 | 0.28 | 0.91 | 0 | 41.3 | 1 | 0.55 |
| Hex | FF | B7 | 18 | 0 | 1C | 5B | 0 | 29 | 64 | 37 |
| Octal | 377 | 267 | 30 | 0 | 34 | 133 | 0 | 51 | 144 | 67 |
| Binary | 11111111 | 10110111 | 11000 | 0 | 11100 | 1011011 | 0 | 101001 | 1100100 | 110111 |
Color Harmonies of #FFB718
Complementary color
Monochromatic Colors of #FFB718
Black with #FFB718
Text Example
Text Example
White with #FFB718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB718; }
p { color: rgb(255,183,24); }
H1.HeaderClassName
{
color: #FFB718;
}
.AnyTagClassName
{
color: #FFB718;
}
</style>
background-color css
<style>
a { background-color: #FFB718; }
a { background-color: rgb(255,183,24); }
div.DivClassName
{
background-color: #FFB718;
}
.BgClassName
{
background-color: #FFB718;
}
</style>
border-color css
<style>
span { border-color: #FFB718; }
span { border-color: rgb(255,183,24); }
td.TdClassName
{
border-color: #FFB718;
}
.TagClassName
{
border-color: #FFB718;
}
</style>