Shades of Dark Tangerine #FFB918
Tints of Dark Tangerine #FFB918
RGB
CMYK
RGB Variations
Color information
#FFB918 (or 0xFFB918) is known color: Dark Tangerine. HEX triplet: FF, B9 and 18. RGB value is (255,185,24). Sum of RGB (Red+Green+Blue) = 255+185+24=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 24 (9.77% from 255 or 5.17% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB918 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB918 is #0046E7. Grayscale: #BCBCBC. Windows color (decimal): -18152 or 1620479. OLE color: 1620479.
HSL color Cylindrical-coordinate representation of color #FFB918: hue angle of 41.82º 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 #FFB918 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 24 | - |
| CMYK | 0 | 0.27 | 0.91 | 0 |
| HSL | 41.82º | 1% | 0.55% | - |
| HSV(B) | 41.82º | 0.91% | 1% | - |
| XYZ | 58.75 | 56.02 | 8.58 | - |
| YUV | 187.58 | 35.69 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 24 | 0 | 0.27 | 0.91 | 0 | 41.82 | 1 | 0.55 |
| Hex | FF | B9 | 18 | 0 | 1B | 5B | 0 | 2A | 64 | 37 |
| Octal | 377 | 271 | 30 | 0 | 33 | 133 | 0 | 52 | 144 | 67 |
| Binary | 11111111 | 10111001 | 11000 | 0 | 11011 | 1011011 | 0 | 101010 | 1100100 | 110111 |
Color Harmonies of #FFB918
Complementary color
Monochromatic Colors of #FFB918
Black with #FFB918
Text Example
Text Example
White with #FFB918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB918; }
p { color: rgb(255,185,24); }
H1.HeaderClassName
{
color: #FFB918;
}
.AnyTagClassName
{
color: #FFB918;
}
</style>
background-color css
<style>
a { background-color: #FFB918; }
a { background-color: rgb(255,185,24); }
div.DivClassName
{
background-color: #FFB918;
}
.BgClassName
{
background-color: #FFB918;
}
</style>
border-color css
<style>
span { border-color: #FFB918; }
span { border-color: rgb(255,185,24); }
td.TdClassName
{
border-color: #FFB918;
}
.TagClassName
{
border-color: #FFB918;
}
</style>