Shades of Dark Tangerine #FFB01D
Tints of Dark Tangerine #FFB01D
RGB
CMYK
RGB Variations
Color information
#FFB01D (or 0xFFB01D) is known color: Dark Tangerine. HEX triplet: FF, B0 and 1D. RGB value is (255,176,29). Sum of RGB (Red+Green+Blue) = 255+176+29=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 29 (11.72% from 255 or 6.30% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB01D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB01D is #004FE2. Grayscale: #B7B7B7. Windows color (decimal): -20451 or 1945855. OLE color: 1945855.
HSL color Cylindrical-coordinate representation of color #FFB01D: hue angle of 39.03º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFB01D is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 29 | - |
| CMYK | 0 | 0.31 | 0.89 | 0 |
| HSL | 39.03º | 1% | 0.56% | - |
| HSV(B) | 39.03º | 0.89% | 1% | - |
| XYZ | 56.99 | 52.4 | 8.27 | - |
| YUV | 182.86 | 41.17 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 29 | 0 | 0.31 | 0.89 | 0 | 39.03 | 1 | 0.56 |
| Hex | FF | B0 | 1D | 0 | 1F | 59 | 0 | 27 | 64 | 38 |
| Octal | 377 | 260 | 35 | 0 | 37 | 131 | 0 | 47 | 144 | 70 |
| Binary | 11111111 | 10110000 | 11101 | 0 | 11111 | 1011001 | 0 | 100111 | 1100100 | 111000 |
Color Harmonies of #FFB01D
Complementary color
Monochromatic Colors of #FFB01D
Black with #FFB01D
Text Example
Text Example
White with #FFB01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB01D; }
p { color: rgb(255,176,29); }
H1.HeaderClassName
{
color: #FFB01D;
}
.AnyTagClassName
{
color: #FFB01D;
}
</style>
background-color css
<style>
a { background-color: #FFB01D; }
a { background-color: rgb(255,176,29); }
div.DivClassName
{
background-color: #FFB01D;
}
.BgClassName
{
background-color: #FFB01D;
}
</style>
border-color css
<style>
span { border-color: #FFB01D; }
span { border-color: rgb(255,176,29); }
td.TdClassName
{
border-color: #FFB01D;
}
.TagClassName
{
border-color: #FFB01D;
}
</style>