Shades of Dark Tangerine #FFB221
Tints of Dark Tangerine #FFB221
RGB
CMYK
RGB Variations
Color information
#FFB221 (or 0xFFB221) is known color: Dark Tangerine. HEX triplet: FF, B2 and 21. RGB value is (255,178,33). Sum of RGB (Red+Green+Blue) = 255+178+33=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 33 (13.28% from 255 or 7.08% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB221 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB221 is #004DDE. Grayscale: #B9B9B9. Windows color (decimal): -19935 or 2208511. OLE color: 2208511.
HSL color Cylindrical-coordinate representation of color #FFB221: hue angle of 39.19º 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 #FFB221 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 33 | - |
| CMYK | 0 | 0.30 | 0.87 | 0 |
| HSL | 39.19º | 1% | 0.56% | - |
| HSV(B) | 39.19º | 0.87% | 1% | - |
| XYZ | 57.43 | 53.21 | 8.68 | - |
| YUV | 184.49 | 42.51 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 33 | 0 | 0.30 | 0.87 | 0 | 39.19 | 1 | 0.56 |
| Hex | FF | B2 | 21 | 0 | 1E | 57 | 0 | 27 | 64 | 38 |
| Octal | 377 | 262 | 41 | 0 | 36 | 127 | 0 | 47 | 144 | 70 |
| Binary | 11111111 | 10110010 | 100001 | 0 | 11110 | 1010111 | 0 | 100111 | 1100100 | 111000 |
Color Harmonies of #FFB221
Complementary color
Monochromatic Colors of #FFB221
Black with #FFB221
Text Example
Text Example
White with #FFB221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB221; }
p { color: rgb(255,178,33); }
H1.HeaderClassName
{
color: #FFB221;
}
.AnyTagClassName
{
color: #FFB221;
}
</style>
background-color css
<style>
a { background-color: #FFB221; }
a { background-color: rgb(255,178,33); }
div.DivClassName
{
background-color: #FFB221;
}
.BgClassName
{
background-color: #FFB221;
}
</style>
border-color css
<style>
span { border-color: #FFB221; }
span { border-color: rgb(255,178,33); }
td.TdClassName
{
border-color: #FFB221;
}
.TagClassName
{
border-color: #FFB221;
}
</style>