Shades of Dark Tangerine #FFB61E
Tints of Dark Tangerine #FFB61E
RGB
CMYK
RGB Variations
Color information
#FFB61E (or 0xFFB61E) is known color: Dark Tangerine. HEX triplet: FF, B6 and 1E. RGB value is (255,182,30). Sum of RGB (Red+Green+Blue) = 255+182+30=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 30 (12.11% from 255 or 6.42% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB61E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB61E is #0049E1. Grayscale: #BBBBBB. Windows color (decimal): -18914 or 2012927. OLE color: 2012927.
HSL color Cylindrical-coordinate representation of color #FFB61E: hue angle of 40.53º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFB61E is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 30 | - |
| CMYK | 0 | 0.29 | 0.88 | 0 |
| HSL | 40.53º | 1% | 0.56% | - |
| HSV(B) | 40.53º | 0.88% | 1% | - |
| XYZ | 58.2 | 54.81 | 8.74 | - |
| YUV | 186.5 | 39.68 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 30 | 0 | 0.29 | 0.88 | 0 | 40.53 | 1 | 0.56 |
| Hex | FF | B6 | 1E | 0 | 1D | 58 | 0 | 29 | 64 | 38 |
| Octal | 377 | 266 | 36 | 0 | 35 | 130 | 0 | 51 | 144 | 70 |
| Binary | 11111111 | 10110110 | 11110 | 0 | 11101 | 1011000 | 0 | 101001 | 1100100 | 111000 |
Color Harmonies of #FFB61E
Complementary color
Monochromatic Colors of #FFB61E
Black with #FFB61E
Text Example
Text Example
White with #FFB61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB61E; }
p { color: rgb(255,182,30); }
H1.HeaderClassName
{
color: #FFB61E;
}
.AnyTagClassName
{
color: #FFB61E;
}
</style>
background-color css
<style>
a { background-color: #FFB61E; }
a { background-color: rgb(255,182,30); }
div.DivClassName
{
background-color: #FFB61E;
}
.BgClassName
{
background-color: #FFB61E;
}
</style>
border-color css
<style>
span { border-color: #FFB61E; }
span { border-color: rgb(255,182,30); }
td.TdClassName
{
border-color: #FFB61E;
}
.TagClassName
{
border-color: #FFB61E;
}
</style>