Shades of Dark Tangerine #FFB220
Tints of Dark Tangerine #FFB220
RGB
CMYK
RGB Variations
Color information
#FFB220 (or 0xFFB220) is known color: Dark Tangerine. HEX triplet: FF, B2 and 20. RGB value is (255,178,32). Sum of RGB (Red+Green+Blue) = 255+178+32=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 32 (12.89% from 255 or 6.88% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB220 is #004DDF. Grayscale: #B9B9B9. Windows color (decimal): -19936 or 2142975. OLE color: 2142975.
HSL color Cylindrical-coordinate representation of color #FFB220: hue angle of 39.28º 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 #FFB220 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 32 | - |
| CMYK | 0 | 0.30 | 0.87 | 0 |
| HSL | 39.28º | 1% | 0.56% | - |
| HSV(B) | 39.28º | 0.87% | 1% | - |
| XYZ | 57.42 | 53.21 | 8.61 | - |
| YUV | 184.38 | 42.01 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 32 | 0 | 0.30 | 0.87 | 0 | 39.28 | 1 | 0.56 |
| Hex | FF | B2 | 20 | 0 | 1E | 57 | 0 | 27 | 64 | 38 |
| Octal | 377 | 262 | 40 | 0 | 36 | 127 | 0 | 47 | 144 | 70 |
| Binary | 11111111 | 10110010 | 100000 | 0 | 11110 | 1010111 | 0 | 100111 | 1100100 | 111000 |
Color Harmonies of #FFB220
Complementary color
Monochromatic Colors of #FFB220
Black with #FFB220
Text Example
Text Example
White with #FFB220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB220; }
p { color: rgb(255,178,32); }
H1.HeaderClassName
{
color: #FFB220;
}
.AnyTagClassName
{
color: #FFB220;
}
</style>
background-color css
<style>
a { background-color: #FFB220; }
a { background-color: rgb(255,178,32); }
div.DivClassName
{
background-color: #FFB220;
}
.BgClassName
{
background-color: #FFB220;
}
</style>
border-color css
<style>
span { border-color: #FFB220; }
span { border-color: rgb(255,178,32); }
td.TdClassName
{
border-color: #FFB220;
}
.TagClassName
{
border-color: #FFB220;
}
</style>