Shades of Dark Tangerine #FFB10F
Tints of Dark Tangerine #FFB10F
RGB
CMYK
RGB Variations
Color information
#FFB10F (or 0xFFB10F) is known color: Dark Tangerine. HEX triplet: FF, B1 and 0F. RGB value is (255,177,15). Sum of RGB (Red+Green+Blue) = 255+177+15=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 15 (6.25% from 255 or 3.36% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB10F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB10F is #004EF0. Grayscale: #B6B6B6. Windows color (decimal): -20209 or 1028607. OLE color: 1028607.
HSL color Cylindrical-coordinate representation of color #FFB10F: hue angle of 40.5º 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 #FFB10F is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 15 | - |
| CMYK | 0 | 0.31 | 0.94 | 0 |
| HSL | 40.5º | 1% | 0.53% | - |
| HSV(B) | 40.5º | 0.94% | 1% | - |
| XYZ | 57.05 | 52.74 | 7.62 | - |
| YUV | 181.85 | 33.84 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 15 | 0 | 0.31 | 0.94 | 0 | 40.5 | 1 | 0.53 |
| Hex | FF | B1 | F | 0 | 1F | 5E | 0 | 28 | 64 | 35 |
| Octal | 377 | 261 | 17 | 0 | 37 | 136 | 0 | 50 | 144 | 65 |
| Binary | 11111111 | 10110001 | 1111 | 0 | 11111 | 1011110 | 0 | 101000 | 1100100 | 110101 |
Color Harmonies of #FFB10F
Complementary color
Monochromatic Colors of #FFB10F
Black with #FFB10F
Text Example
Text Example
White with #FFB10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB10F; }
p { color: rgb(255,177,15); }
H1.HeaderClassName
{
color: #FFB10F;
}
.AnyTagClassName
{
color: #FFB10F;
}
</style>
background-color css
<style>
a { background-color: #FFB10F; }
a { background-color: rgb(255,177,15); }
div.DivClassName
{
background-color: #FFB10F;
}
.BgClassName
{
background-color: #FFB10F;
}
</style>
border-color css
<style>
span { border-color: #FFB10F; }
span { border-color: rgb(255,177,15); }
td.TdClassName
{
border-color: #FFB10F;
}
.TagClassName
{
border-color: #FFB10F;
}
</style>