Shades of Dark Tangerine #FFB00A
Tints of Dark Tangerine #FFB00A
RGB
CMYK
RGB Variations
Color information
#FFB00A (or 0xFFB00A) is known color: Dark Tangerine. HEX triplet: FF, B0 and 0A. RGB value is (255,176,10). Sum of RGB (Red+Green+Blue) = 255+176+10=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 10 (4.30% from 255 or 2.27% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB00A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB00A is #004FF5. Grayscale: #B5B5B5. Windows color (decimal): -20470 or 700671. OLE color: 700671.
HSL color Cylindrical-coordinate representation of color #FFB00A: hue angle of 40.65º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFB00A is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 10 | - |
| CMYK | 0 | 0.31 | 0.96 | 0 |
| HSL | 40.65º | 1% | 0.52% | - |
| HSV(B) | 40.65º | 0.96% | 1% | - |
| XYZ | 56.82 | 52.33 | 7.39 | - |
| YUV | 180.7 | 31.67 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 10 | 0 | 0.31 | 0.96 | 0 | 40.65 | 1 | 0.52 |
| Hex | FF | B0 | A | 0 | 1F | 60 | 0 | 29 | 64 | 34 |
| Octal | 377 | 260 | 12 | 0 | 37 | 140 | 0 | 51 | 144 | 64 |
| Binary | 11111111 | 10110000 | 1010 | 0 | 11111 | 1100000 | 0 | 101001 | 1100100 | 110100 |
Color Harmonies of #FFB00A
Complementary color
Monochromatic Colors of #FFB00A
Black with #FFB00A
Text Example
Text Example
White with #FFB00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB00A; }
p { color: rgb(255,176,10); }
H1.HeaderClassName
{
color: #FFB00A;
}
.AnyTagClassName
{
color: #FFB00A;
}
</style>
background-color css
<style>
a { background-color: #FFB00A; }
a { background-color: rgb(255,176,10); }
div.DivClassName
{
background-color: #FFB00A;
}
.BgClassName
{
background-color: #FFB00A;
}
</style>
border-color css
<style>
span { border-color: #FFB00A; }
span { border-color: rgb(255,176,10); }
td.TdClassName
{
border-color: #FFB00A;
}
.TagClassName
{
border-color: #FFB00A;
}
</style>