Shades of Dark Tangerine #FFB60F
Tints of Dark Tangerine #FFB60F
RGB
CMYK
RGB Variations
Color information
#FFB60F (or 0xFFB60F) is known color: Dark Tangerine. HEX triplet: FF, B6 and 0F. RGB value is (255,182,15). Sum of RGB (Red+Green+Blue) = 255+182+15=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 15 (6.25% from 255 or 3.32% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB60F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB60F is #0049F0. Grayscale: #B9B9B9. Windows color (decimal): -18929 or 1029887. OLE color: 1029887.
HSL color Cylindrical-coordinate representation of color #FFB60F: hue angle of 41.75º 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 #FFB60F is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 15 | - |
| CMYK | 0 | 0.29 | 0.94 | 0 |
| HSL | 41.75º | 1% | 0.53% | - |
| HSV(B) | 41.75º | 0.94% | 1% | - |
| XYZ | 58.05 | 54.75 | 7.96 | - |
| YUV | 184.79 | 32.18 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 15 | 0 | 0.29 | 0.94 | 0 | 41.75 | 1 | 0.53 |
| Hex | FF | B6 | F | 0 | 1D | 5E | 0 | 2A | 64 | 35 |
| Octal | 377 | 266 | 17 | 0 | 35 | 136 | 0 | 52 | 144 | 65 |
| Binary | 11111111 | 10110110 | 1111 | 0 | 11101 | 1011110 | 0 | 101010 | 1100100 | 110101 |
Color Harmonies of #FFB60F
Complementary color
Monochromatic Colors of #FFB60F
Black with #FFB60F
Text Example
Text Example
White with #FFB60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB60F; }
p { color: rgb(255,182,15); }
H1.HeaderClassName
{
color: #FFB60F;
}
.AnyTagClassName
{
color: #FFB60F;
}
</style>
background-color css
<style>
a { background-color: #FFB60F; }
a { background-color: rgb(255,182,15); }
div.DivClassName
{
background-color: #FFB60F;
}
.BgClassName
{
background-color: #FFB60F;
}
</style>
border-color css
<style>
span { border-color: #FFB60F; }
span { border-color: rgb(255,182,15); }
td.TdClassName
{
border-color: #FFB60F;
}
.TagClassName
{
border-color: #FFB60F;
}
</style>