Shades of Dark Tangerine #FFB40E
Tints of Dark Tangerine #FFB40E
RGB
CMYK
RGB Variations
Color information
#FFB40E (or 0xFFB40E) is known color: Dark Tangerine. HEX triplet: FF, B4 and 0E. RGB value is (255,180,14). Sum of RGB (Red+Green+Blue) = 255+180+14=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 14 (5.86% from 255 or 3.12% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB40E is #004BF1. Grayscale: #B8B8B8. Windows color (decimal): -19442 or 963839. OLE color: 963839.
HSL color Cylindrical-coordinate representation of color #FFB40E: hue angle of 41.33º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFB40E is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 14 | - |
| CMYK | 0 | 0.29 | 0.95 | 0 |
| HSL | 41.33º | 1% | 0.53% | - |
| HSV(B) | 41.33º | 0.95% | 1% | - |
| XYZ | 57.64 | 53.93 | 7.79 | - |
| YUV | 183.5 | 32.35 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 14 | 0 | 0.29 | 0.95 | 0 | 41.33 | 1 | 0.53 |
| Hex | FF | B4 | E | 0 | 1D | 5F | 0 | 29 | 64 | 35 |
| Octal | 377 | 264 | 16 | 0 | 35 | 137 | 0 | 51 | 144 | 65 |
| Binary | 11111111 | 10110100 | 1110 | 0 | 11101 | 1011111 | 0 | 101001 | 1100100 | 110101 |
Color Harmonies of #FFB40E
Complementary color
Monochromatic Colors of #FFB40E
Black with #FFB40E
Text Example
Text Example
White with #FFB40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB40E; }
p { color: rgb(255,180,14); }
H1.HeaderClassName
{
color: #FFB40E;
}
.AnyTagClassName
{
color: #FFB40E;
}
</style>
background-color css
<style>
a { background-color: #FFB40E; }
a { background-color: rgb(255,180,14); }
div.DivClassName
{
background-color: #FFB40E;
}
.BgClassName
{
background-color: #FFB40E;
}
</style>
border-color css
<style>
span { border-color: #FFB40E; }
span { border-color: rgb(255,180,14); }
td.TdClassName
{
border-color: #FFB40E;
}
.TagClassName
{
border-color: #FFB40E;
}
</style>