Shades of Dark Tangerine #FFB511
Tints of Dark Tangerine #FFB511
RGB
CMYK
RGB Variations
Color information
#FFB511 (or 0xFFB511) is known color: Dark Tangerine. HEX triplet: FF, B5 and 11. RGB value is (255,181,17). Sum of RGB (Red+Green+Blue) = 255+181+17=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 17 (7.03% from 255 or 3.75% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB511 is #004AEE. Grayscale: #B9B9B9. Windows color (decimal): -19183 or 1160703. OLE color: 1160703.
HSL color Cylindrical-coordinate representation of color #FFB511: hue angle of 41.34º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFB511 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 17 | - |
| CMYK | 0 | 0.29 | 0.93 | 0 |
| HSL | 41.34º | 1% | 0.53% | - |
| HSV(B) | 41.34º | 0.93% | 1% | - |
| XYZ | 57.87 | 54.35 | 7.97 | - |
| YUV | 184.43 | 33.52 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 17 | 0 | 0.29 | 0.93 | 0 | 41.34 | 1 | 0.53 |
| Hex | FF | B5 | 11 | 0 | 1D | 5D | 0 | 29 | 64 | 35 |
| Octal | 377 | 265 | 21 | 0 | 35 | 135 | 0 | 51 | 144 | 65 |
| Binary | 11111111 | 10110101 | 10001 | 0 | 11101 | 1011101 | 0 | 101001 | 1100100 | 110101 |
Color Harmonies of #FFB511
Complementary color
Monochromatic Colors of #FFB511
Black with #FFB511
Text Example
Text Example
White with #FFB511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB511; }
p { color: rgb(255,181,17); }
H1.HeaderClassName
{
color: #FFB511;
}
.AnyTagClassName
{
color: #FFB511;
}
</style>
background-color css
<style>
a { background-color: #FFB511; }
a { background-color: rgb(255,181,17); }
div.DivClassName
{
background-color: #FFB511;
}
.BgClassName
{
background-color: #FFB511;
}
</style>
border-color css
<style>
span { border-color: #FFB511; }
span { border-color: rgb(255,181,17); }
td.TdClassName
{
border-color: #FFB511;
}
.TagClassName
{
border-color: #FFB511;
}
</style>