Shades of Dark Tangerine #FFB812
Tints of Dark Tangerine #FFB812
RGB
CMYK
RGB Variations
Color information
#FFB812 (or 0xFFB812) is known color: Dark Tangerine. HEX triplet: FF, B8 and 12. RGB value is (255,184,18). Sum of RGB (Red+Green+Blue) = 255+184+18=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 18 (7.42% from 255 or 3.94% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB812 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB812 is #0047ED. Grayscale: #BBBBBB. Windows color (decimal): -18414 or 1227007. OLE color: 1227007.
HSL color Cylindrical-coordinate representation of color #FFB812: hue angle of 42.03º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFB812 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 18 | - |
| CMYK | 0 | 0.28 | 0.93 | 0 |
| HSL | 42.03º | 1% | 0.54% | - |
| HSV(B) | 42.03º | 0.93% | 1% | - |
| XYZ | 58.49 | 55.58 | 8.22 | - |
| YUV | 186.31 | 33.02 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 18 | 0 | 0.28 | 0.93 | 0 | 42.03 | 1 | 0.54 |
| Hex | FF | B8 | 12 | 0 | 1C | 5D | 0 | 2A | 64 | 36 |
| Octal | 377 | 270 | 22 | 0 | 34 | 135 | 0 | 52 | 144 | 66 |
| Binary | 11111111 | 10111000 | 10010 | 0 | 11100 | 1011101 | 0 | 101010 | 1100100 | 110110 |
Color Harmonies of #FFB812
Complementary color
Monochromatic Colors of #FFB812
Black with #FFB812
Text Example
Text Example
White with #FFB812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB812; }
p { color: rgb(255,184,18); }
H1.HeaderClassName
{
color: #FFB812;
}
.AnyTagClassName
{
color: #FFB812;
}
</style>
background-color css
<style>
a { background-color: #FFB812; }
a { background-color: rgb(255,184,18); }
div.DivClassName
{
background-color: #FFB812;
}
.BgClassName
{
background-color: #FFB812;
}
</style>
border-color css
<style>
span { border-color: #FFB812; }
span { border-color: rgb(255,184,18); }
td.TdClassName
{
border-color: #FFB812;
}
.TagClassName
{
border-color: #FFB812;
}
</style>