Shades of Dark Tangerine #FFB10C
Tints of Dark Tangerine #FFB10C
RGB
CMYK
RGB Variations
Color information
#FFB10C (or 0xFFB10C) is known color: Dark Tangerine. HEX triplet: FF, B1 and 0C. RGB value is (255,177,12). Sum of RGB (Red+Green+Blue) = 255+177+12=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 12 (5.08% from 255 or 2.70% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB10C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB10C is #004EF3. Grayscale: #B6B6B6. Windows color (decimal): -20212 or 831999. OLE color: 831999.
HSL color Cylindrical-coordinate representation of color #FFB10C: hue angle of 40.74º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFB10C is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 12 | - |
| CMYK | 0 | 0.31 | 0.95 | 0 |
| HSL | 40.74º | 1% | 0.52% | - |
| HSV(B) | 40.74º | 0.95% | 1% | - |
| XYZ | 57.03 | 52.73 | 7.52 | - |
| YUV | 181.51 | 32.34 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 12 | 0 | 0.31 | 0.95 | 0 | 40.74 | 1 | 0.52 |
| Hex | FF | B1 | C | 0 | 1F | 5F | 0 | 29 | 64 | 34 |
| Octal | 377 | 261 | 14 | 0 | 37 | 137 | 0 | 51 | 144 | 64 |
| Binary | 11111111 | 10110001 | 1100 | 0 | 11111 | 1011111 | 0 | 101001 | 1100100 | 110100 |
Color Harmonies of #FFB10C
Complementary color
Monochromatic Colors of #FFB10C
Black with #FFB10C
Text Example
Text Example
White with #FFB10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB10C; }
p { color: rgb(255,177,12); }
H1.HeaderClassName
{
color: #FFB10C;
}
.AnyTagClassName
{
color: #FFB10C;
}
</style>
background-color css
<style>
a { background-color: #FFB10C; }
a { background-color: rgb(255,177,12); }
div.DivClassName
{
background-color: #FFB10C;
}
.BgClassName
{
background-color: #FFB10C;
}
</style>
border-color css
<style>
span { border-color: #FFB10C; }
span { border-color: rgb(255,177,12); }
td.TdClassName
{
border-color: #FFB10C;
}
.TagClassName
{
border-color: #FFB10C;
}
</style>