Shades of Dark Tangerine #FFB521
Tints of Dark Tangerine #FFB521
RGB
CMYK
RGB Variations
Color information
#FFB521 (or 0xFFB521) is known color: Dark Tangerine. HEX triplet: FF, B5 and 21. RGB value is (255,181,33). Sum of RGB (Red+Green+Blue) = 255+181+33=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 33 (13.28% from 255 or 7.04% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB521 is #004ADE. Grayscale: #BABABA. Windows color (decimal): -19167 or 2209279. OLE color: 2209279.
HSL color Cylindrical-coordinate representation of color #FFB521: hue angle of 40º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFB521 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 33 | - |
| CMYK | 0 | 0.29 | 0.87 | 0 |
| HSL | 40º | 1% | 0.56% | - |
| HSV(B) | 40º | 0.87% | 1% | - |
| XYZ | 58.04 | 54.42 | 8.88 | - |
| YUV | 186.25 | 41.52 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 33 | 0 | 0.29 | 0.87 | 0 | 40 | 1 | 0.56 |
| Hex | FF | B5 | 21 | 0 | 1D | 57 | 0 | 28 | 64 | 38 |
| Octal | 377 | 265 | 41 | 0 | 35 | 127 | 0 | 50 | 144 | 70 |
| Binary | 11111111 | 10110101 | 100001 | 0 | 11101 | 1010111 | 0 | 101000 | 1100100 | 111000 |
Color Harmonies of #FFB521
Complementary color
Monochromatic Colors of #FFB521
Black with #FFB521
Text Example
Text Example
White with #FFB521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB521; }
p { color: rgb(255,181,33); }
H1.HeaderClassName
{
color: #FFB521;
}
.AnyTagClassName
{
color: #FFB521;
}
</style>
background-color css
<style>
a { background-color: #FFB521; }
a { background-color: rgb(255,181,33); }
div.DivClassName
{
background-color: #FFB521;
}
.BgClassName
{
background-color: #FFB521;
}
</style>
border-color css
<style>
span { border-color: #FFB521; }
span { border-color: rgb(255,181,33); }
td.TdClassName
{
border-color: #FFB521;
}
.TagClassName
{
border-color: #FFB521;
}
</style>