Shades of Dark Tangerine #FFB40D
Tints of Dark Tangerine #FFB40D
RGB
CMYK
RGB Variations
Color information
#FFB40D (or 0xFFB40D) is known color: Dark Tangerine. HEX triplet: FF, B4 and 0D. RGB value is (255,180,13). Sum of RGB (Red+Green+Blue) = 255+180+13=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 13 (5.47% from 255 or 2.90% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB40D is #004BF2. Grayscale: #B8B8B8. Windows color (decimal): -19443 or 898303. OLE color: 898303.
HSL color Cylindrical-coordinate representation of color #FFB40D: hue angle of 41.4º 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 #FFB40D is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 13 | - |
| CMYK | 0 | 0.29 | 0.95 | 0 |
| HSL | 41.4º | 1% | 0.53% | - |
| HSV(B) | 41.4º | 0.95% | 1% | - |
| XYZ | 57.63 | 53.93 | 7.75 | - |
| YUV | 183.39 | 31.85 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 13 | 0 | 0.29 | 0.95 | 0 | 41.4 | 1 | 0.53 |
| Hex | FF | B4 | D | 0 | 1D | 5F | 0 | 29 | 64 | 35 |
| Octal | 377 | 264 | 15 | 0 | 35 | 137 | 0 | 51 | 144 | 65 |
| Binary | 11111111 | 10110100 | 1101 | 0 | 11101 | 1011111 | 0 | 101001 | 1100100 | 110101 |
Color Harmonies of #FFB40D
Complementary color
Monochromatic Colors of #FFB40D
Black with #FFB40D
Text Example
Text Example
White with #FFB40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB40D; }
p { color: rgb(255,180,13); }
H1.HeaderClassName
{
color: #FFB40D;
}
.AnyTagClassName
{
color: #FFB40D;
}
</style>
background-color css
<style>
a { background-color: #FFB40D; }
a { background-color: rgb(255,180,13); }
div.DivClassName
{
background-color: #FFB40D;
}
.BgClassName
{
background-color: #FFB40D;
}
</style>
border-color css
<style>
span { border-color: #FFB40D; }
span { border-color: rgb(255,180,13); }
td.TdClassName
{
border-color: #FFB40D;
}
.TagClassName
{
border-color: #FFB40D;
}
</style>