Shades of Dark Tangerine #FFB50F
Tints of Dark Tangerine #FFB50F
RGB
CMYK
RGB Variations
Color information
#FFB50F (or 0xFFB50F) is known color: Dark Tangerine. HEX triplet: FF, B5 and 0F. RGB value is (255,181,15). Sum of RGB (Red+Green+Blue) = 255+181+15=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 15 (6.25% from 255 or 3.33% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB50F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB50F is #004AF0. Grayscale: #B8B8B8. Windows color (decimal): -19185 or 1029631. OLE color: 1029631.
HSL color Cylindrical-coordinate representation of color #FFB50F: hue angle of 41.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFB50F is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 15 | - |
| CMYK | 0 | 0.29 | 0.94 | 0 |
| HSL | 41.5º | 1% | 0.53% | - |
| HSV(B) | 41.5º | 0.94% | 1% | - |
| XYZ | 57.85 | 54.34 | 7.89 | - |
| YUV | 184.2 | 32.52 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 15 | 0 | 0.29 | 0.94 | 0 | 41.5 | 1 | 0.53 |
| Hex | FF | B5 | F | 0 | 1D | 5E | 0 | 2A | 64 | 35 |
| Octal | 377 | 265 | 17 | 0 | 35 | 136 | 0 | 52 | 144 | 65 |
| Binary | 11111111 | 10110101 | 1111 | 0 | 11101 | 1011110 | 0 | 101010 | 1100100 | 110101 |
Color Harmonies of #FFB50F
Complementary color
Monochromatic Colors of #FFB50F
Black with #FFB50F
Text Example
Text Example
White with #FFB50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB50F; }
p { color: rgb(255,181,15); }
H1.HeaderClassName
{
color: #FFB50F;
}
.AnyTagClassName
{
color: #FFB50F;
}
</style>
background-color css
<style>
a { background-color: #FFB50F; }
a { background-color: rgb(255,181,15); }
div.DivClassName
{
background-color: #FFB50F;
}
.BgClassName
{
background-color: #FFB50F;
}
</style>
border-color css
<style>
span { border-color: #FFB50F; }
span { border-color: rgb(255,181,15); }
td.TdClassName
{
border-color: #FFB50F;
}
.TagClassName
{
border-color: #FFB50F;
}
</style>