Shades of Dark Tangerine #FFB61D
Tints of Dark Tangerine #FFB61D
RGB
CMYK
RGB Variations
Color information
#FFB61D (or 0xFFB61D) is known color: Dark Tangerine. HEX triplet: FF, B6 and 1D. RGB value is (255,182,29). Sum of RGB (Red+Green+Blue) = 255+182+29=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 29 (11.72% from 255 or 6.22% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB61D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB61D is #0049E2. Grayscale: #BBBBBB. Windows color (decimal): -18915 or 1947391. OLE color: 1947391.
HSL color Cylindrical-coordinate representation of color #FFB61D: hue angle of 40.62º 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 #FFB61D is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 29 | - |
| CMYK | 0 | 0.29 | 0.89 | 0 |
| HSL | 40.62º | 1% | 0.56% | - |
| HSV(B) | 40.62º | 0.89% | 1% | - |
| XYZ | 58.19 | 54.8 | 8.67 | - |
| YUV | 186.39 | 39.18 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 29 | 0 | 0.29 | 0.89 | 0 | 40.62 | 1 | 0.56 |
| Hex | FF | B6 | 1D | 0 | 1D | 59 | 0 | 29 | 64 | 38 |
| Octal | 377 | 266 | 35 | 0 | 35 | 131 | 0 | 51 | 144 | 70 |
| Binary | 11111111 | 10110110 | 11101 | 0 | 11101 | 1011001 | 0 | 101001 | 1100100 | 111000 |
Color Harmonies of #FFB61D
Complementary color
Monochromatic Colors of #FFB61D
Black with #FFB61D
Text Example
Text Example
White with #FFB61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB61D; }
p { color: rgb(255,182,29); }
H1.HeaderClassName
{
color: #FFB61D;
}
.AnyTagClassName
{
color: #FFB61D;
}
</style>
background-color css
<style>
a { background-color: #FFB61D; }
a { background-color: rgb(255,182,29); }
div.DivClassName
{
background-color: #FFB61D;
}
.BgClassName
{
background-color: #FFB61D;
}
</style>
border-color css
<style>
span { border-color: #FFB61D; }
span { border-color: rgb(255,182,29); }
td.TdClassName
{
border-color: #FFB61D;
}
.TagClassName
{
border-color: #FFB61D;
}
</style>