Shades of Dark Tangerine #FFB517
Tints of Dark Tangerine #FFB517
RGB
CMYK
RGB Variations
Color information
#FFB517 (or 0xFFB517) is known color: Dark Tangerine. HEX triplet: FF, B5 and 17. RGB value is (255,181,23). Sum of RGB (Red+Green+Blue) = 255+181+23=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 23 (9.38% from 255 or 5.01% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB517 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB517 is #004AE8. Grayscale: #B9B9B9. Windows color (decimal): -19177 or 1553919. OLE color: 1553919.
HSL color Cylindrical-coordinate representation of color #FFB517: hue angle of 40.86º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFB517 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 23 | - |
| CMYK | 0 | 0.29 | 0.91 | 0 |
| HSL | 40.86º | 1% | 0.55% | - |
| HSV(B) | 40.86º | 0.91% | 1% | - |
| XYZ | 57.92 | 54.37 | 8.25 | - |
| YUV | 185.11 | 36.52 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 23 | 0 | 0.29 | 0.91 | 0 | 40.86 | 1 | 0.55 |
| Hex | FF | B5 | 17 | 0 | 1D | 5B | 0 | 29 | 64 | 37 |
| Octal | 377 | 265 | 27 | 0 | 35 | 133 | 0 | 51 | 144 | 67 |
| Binary | 11111111 | 10110101 | 10111 | 0 | 11101 | 1011011 | 0 | 101001 | 1100100 | 110111 |
Color Harmonies of #FFB517
Complementary color
Monochromatic Colors of #FFB517
Black with #FFB517
Text Example
Text Example
White with #FFB517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB517; }
p { color: rgb(255,181,23); }
H1.HeaderClassName
{
color: #FFB517;
}
.AnyTagClassName
{
color: #FFB517;
}
</style>
background-color css
<style>
a { background-color: #FFB517; }
a { background-color: rgb(255,181,23); }
div.DivClassName
{
background-color: #FFB517;
}
.BgClassName
{
background-color: #FFB517;
}
</style>
border-color css
<style>
span { border-color: #FFB517; }
span { border-color: rgb(255,181,23); }
td.TdClassName
{
border-color: #FFB517;
}
.TagClassName
{
border-color: #FFB517;
}
</style>