Shades of Dark Tangerine #FFB020
Tints of Dark Tangerine #FFB020
RGB
CMYK
RGB Variations
Color information
#FFB020 (or 0xFFB020) is known color: Dark Tangerine. HEX triplet: FF, B0 and 20. RGB value is (255,176,32). Sum of RGB (Red+Green+Blue) = 255+176+32=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 32 (12.89% from 255 or 6.91% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB020 is #004FDF. Grayscale: #B7B7B7. Windows color (decimal): -20448 or 2142463. OLE color: 2142463.
HSL color Cylindrical-coordinate representation of color #FFB020: hue angle of 38.74º 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 #FFB020 is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 32 | - |
| CMYK | 0 | 0.31 | 0.87 | 0 |
| HSL | 38.74º | 1% | 0.56% | - |
| HSV(B) | 38.74º | 0.87% | 1% | - |
| XYZ | 57.03 | 52.41 | 8.48 | - |
| YUV | 183.21 | 42.67 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 32 | 0 | 0.31 | 0.87 | 0 | 38.74 | 1 | 0.56 |
| Hex | FF | B0 | 20 | 0 | 1F | 57 | 0 | 27 | 64 | 38 |
| Octal | 377 | 260 | 40 | 0 | 37 | 127 | 0 | 47 | 144 | 70 |
| Binary | 11111111 | 10110000 | 100000 | 0 | 11111 | 1010111 | 0 | 100111 | 1100100 | 111000 |
Color Harmonies of #FFB020
Complementary color
Monochromatic Colors of #FFB020
Black with #FFB020
Text Example
Text Example
White with #FFB020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB020; }
p { color: rgb(255,176,32); }
H1.HeaderClassName
{
color: #FFB020;
}
.AnyTagClassName
{
color: #FFB020;
}
</style>
background-color css
<style>
a { background-color: #FFB020; }
a { background-color: rgb(255,176,32); }
div.DivClassName
{
background-color: #FFB020;
}
.BgClassName
{
background-color: #FFB020;
}
</style>
border-color css
<style>
span { border-color: #FFB020; }
span { border-color: rgb(255,176,32); }
td.TdClassName
{
border-color: #FFB020;
}
.TagClassName
{
border-color: #FFB020;
}
</style>