Shades of Dark Tangerine #FFB50E
Tints of Dark Tangerine #FFB50E
RGB
CMYK
RGB Variations
Color information
#FFB50E (or 0xFFB50E) is known color: Dark Tangerine. HEX triplet: FF, B5 and 0E. RGB value is (255,181,14). Sum of RGB (Red+Green+Blue) = 255+181+14=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 14 (5.86% from 255 or 3.11% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB50E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB50E is #004AF1. Grayscale: #B8B8B8. Windows color (decimal): -19186 or 964095. OLE color: 964095.
HSL color Cylindrical-coordinate representation of color #FFB50E: hue angle of 41.58º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFB50E is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 14 | - |
| CMYK | 0 | 0.29 | 0.95 | 0 |
| HSL | 41.58º | 1% | 0.53% | - |
| HSV(B) | 41.58º | 0.95% | 1% | - |
| XYZ | 57.84 | 54.34 | 7.86 | - |
| YUV | 184.09 | 32.02 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 14 | 0 | 0.29 | 0.95 | 0 | 41.58 | 1 | 0.53 |
| Hex | FF | B5 | E | 0 | 1D | 5F | 0 | 2A | 64 | 35 |
| Octal | 377 | 265 | 16 | 0 | 35 | 137 | 0 | 52 | 144 | 65 |
| Binary | 11111111 | 10110101 | 1110 | 0 | 11101 | 1011111 | 0 | 101010 | 1100100 | 110101 |
Color Harmonies of #FFB50E
Complementary color
Monochromatic Colors of #FFB50E
Black with #FFB50E
Text Example
Text Example
White with #FFB50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB50E; }
p { color: rgb(255,181,14); }
H1.HeaderClassName
{
color: #FFB50E;
}
.AnyTagClassName
{
color: #FFB50E;
}
</style>
background-color css
<style>
a { background-color: #FFB50E; }
a { background-color: rgb(255,181,14); }
div.DivClassName
{
background-color: #FFB50E;
}
.BgClassName
{
background-color: #FFB50E;
}
</style>
border-color css
<style>
span { border-color: #FFB50E; }
span { border-color: rgb(255,181,14); }
td.TdClassName
{
border-color: #FFB50E;
}
.TagClassName
{
border-color: #FFB50E;
}
</style>