Shades of Dark Tangerine #FFB621
Tints of Dark Tangerine #FFB621
RGB
CMYK
RGB Variations
Color information
#FFB621 (or 0xFFB621) is known color: Dark Tangerine. HEX triplet: FF, B6 and 21. RGB value is (255,182,33). Sum of RGB (Red+Green+Blue) = 255+182+33=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 182 (71.48% from 255 or 38.72% from 470); Blue value is 33 (13.28% from 255 or 7.02% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB621 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB621 is #0049DE. Grayscale: #BBBBBB. Windows color (decimal): -18911 or 2209535. OLE color: 2209535.
HSL color Cylindrical-coordinate representation of color #FFB621: hue angle of 40.27º 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 #FFB621 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 33 | - |
| CMYK | 0 | 0.29 | 0.87 | 0 |
| HSL | 40.27º | 1% | 0.56% | - |
| HSV(B) | 40.27º | 0.87% | 1% | - |
| XYZ | 58.24 | 54.83 | 8.95 | - |
| YUV | 186.84 | 41.18 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 33 | 0 | 0.29 | 0.87 | 0 | 40.27 | 1 | 0.56 |
| Hex | FF | B6 | 21 | 0 | 1D | 57 | 0 | 28 | 64 | 38 |
| Octal | 377 | 266 | 41 | 0 | 35 | 127 | 0 | 50 | 144 | 70 |
| Binary | 11111111 | 10110110 | 100001 | 0 | 11101 | 1010111 | 0 | 101000 | 1100100 | 111000 |
Color Harmonies of #FFB621
Complementary color
Monochromatic Colors of #FFB621
Black with #FFB621
Text Example
Text Example
White with #FFB621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB621; }
p { color: rgb(255,182,33); }
H1.HeaderClassName
{
color: #FFB621;
}
.AnyTagClassName
{
color: #FFB621;
}
</style>
background-color css
<style>
a { background-color: #FFB621; }
a { background-color: rgb(255,182,33); }
div.DivClassName
{
background-color: #FFB621;
}
.BgClassName
{
background-color: #FFB621;
}
</style>
border-color css
<style>
span { border-color: #FFB621; }
span { border-color: rgb(255,182,33); }
td.TdClassName
{
border-color: #FFB621;
}
.TagClassName
{
border-color: #FFB621;
}
</style>