Shades of Dark Tangerine #FFB40F
Tints of Dark Tangerine #FFB40F
RGB
CMYK
RGB Variations
Color information
#FFB40F (or 0xFFB40F) is known color: Dark Tangerine. HEX triplet: FF, B4 and 0F. RGB value is (255,180,15). Sum of RGB (Red+Green+Blue) = 255+180+15=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 15 (6.25% from 255 or 3.33% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB40F is #004BF0. Grayscale: #B8B8B8. Windows color (decimal): -19441 or 1029375. OLE color: 1029375.
HSL color Cylindrical-coordinate representation of color #FFB40F: hue angle of 41.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFB40F is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 15 | - |
| CMYK | 0 | 0.29 | 0.94 | 0 |
| HSL | 41.25º | 1% | 0.53% | - |
| HSV(B) | 41.25º | 0.94% | 1% | - |
| XYZ | 57.65 | 53.94 | 7.82 | - |
| YUV | 183.62 | 32.85 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 15 | 0 | 0.29 | 0.94 | 0 | 41.25 | 1 | 0.53 |
| Hex | FF | B4 | F | 0 | 1D | 5E | 0 | 29 | 64 | 35 |
| Octal | 377 | 264 | 17 | 0 | 35 | 136 | 0 | 51 | 144 | 65 |
| Binary | 11111111 | 10110100 | 1111 | 0 | 11101 | 1011110 | 0 | 101001 | 1100100 | 110101 |
Color Harmonies of #FFB40F
Complementary color
Monochromatic Colors of #FFB40F
Black with #FFB40F
Text Example
Text Example
White with #FFB40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB40F; }
p { color: rgb(255,180,15); }
H1.HeaderClassName
{
color: #FFB40F;
}
.AnyTagClassName
{
color: #FFB40F;
}
</style>
background-color css
<style>
a { background-color: #FFB40F; }
a { background-color: rgb(255,180,15); }
div.DivClassName
{
background-color: #FFB40F;
}
.BgClassName
{
background-color: #FFB40F;
}
</style>
border-color css
<style>
span { border-color: #FFB40F; }
span { border-color: rgb(255,180,15); }
td.TdClassName
{
border-color: #FFB40F;
}
.TagClassName
{
border-color: #FFB40F;
}
</style>