Shades of Dark Tangerine #FFB312
Tints of Dark Tangerine #FFB312
RGB
CMYK
RGB Variations
Color information
#FFB312 (or 0xFFB312) is known color: Dark Tangerine. HEX triplet: FF, B3 and 12. RGB value is (255,179,18). Sum of RGB (Red+Green+Blue) = 255+179+18=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 18 (7.42% from 255 or 3.98% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB312 is #004CED. Grayscale: #B8B8B8. Windows color (decimal): -19694 or 1225727. OLE color: 1225727.
HSL color Cylindrical-coordinate representation of color #FFB312: hue angle of 40.76º 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 #FFB312 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 18 | - |
| CMYK | 0 | 0.30 | 0.93 | 0 |
| HSL | 40.76º | 1% | 0.54% | - |
| HSV(B) | 40.76º | 0.93% | 1% | - |
| XYZ | 57.47 | 53.54 | 7.88 | - |
| YUV | 183.37 | 34.68 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 18 | 0 | 0.30 | 0.93 | 0 | 40.76 | 1 | 0.54 |
| Hex | FF | B3 | 12 | 0 | 1E | 5D | 0 | 29 | 64 | 36 |
| Octal | 377 | 263 | 22 | 0 | 36 | 135 | 0 | 51 | 144 | 66 |
| Binary | 11111111 | 10110011 | 10010 | 0 | 11110 | 1011101 | 0 | 101001 | 1100100 | 110110 |
Color Harmonies of #FFB312
Complementary color
Monochromatic Colors of #FFB312
Black with #FFB312
Text Example
Text Example
White with #FFB312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB312; }
p { color: rgb(255,179,18); }
H1.HeaderClassName
{
color: #FFB312;
}
.AnyTagClassName
{
color: #FFB312;
}
</style>
background-color css
<style>
a { background-color: #FFB312; }
a { background-color: rgb(255,179,18); }
div.DivClassName
{
background-color: #FFB312;
}
.BgClassName
{
background-color: #FFB312;
}
</style>
border-color css
<style>
span { border-color: #FFB312; }
span { border-color: rgb(255,179,18); }
td.TdClassName
{
border-color: #FFB312;
}
.TagClassName
{
border-color: #FFB312;
}
</style>