Shades of Dark Tangerine #FFB01C
Tints of Dark Tangerine #FFB01C
RGB
CMYK
RGB Variations
Color information
#FFB01C (or 0xFFB01C) is known color: Dark Tangerine. HEX triplet: FF, B0 and 1C. RGB value is (255,176,28). Sum of RGB (Red+Green+Blue) = 255+176+28=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 28 (11.33% from 255 or 6.10% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB01C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB01C is #004FE3. Grayscale: #B7B7B7. Windows color (decimal): -20452 or 1880319. OLE color: 1880319.
HSL color Cylindrical-coordinate representation of color #FFB01C: hue angle of 39.12º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFB01C is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 28 | - |
| CMYK | 0 | 0.31 | 0.89 | 0 |
| HSL | 39.12º | 1% | 0.55% | - |
| HSV(B) | 39.12º | 0.89% | 1% | - |
| XYZ | 56.97 | 52.39 | 8.21 | - |
| YUV | 182.75 | 40.67 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 28 | 0 | 0.31 | 0.89 | 0 | 39.12 | 1 | 0.55 |
| Hex | FF | B0 | 1C | 0 | 1F | 59 | 0 | 27 | 64 | 37 |
| Octal | 377 | 260 | 34 | 0 | 37 | 131 | 0 | 47 | 144 | 67 |
| Binary | 11111111 | 10110000 | 11100 | 0 | 11111 | 1011001 | 0 | 100111 | 1100100 | 110111 |
Color Harmonies of #FFB01C
Complementary color
Monochromatic Colors of #FFB01C
Black with #FFB01C
Text Example
Text Example
White with #FFB01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB01C; }
p { color: rgb(255,176,28); }
H1.HeaderClassName
{
color: #FFB01C;
}
.AnyTagClassName
{
color: #FFB01C;
}
</style>
background-color css
<style>
a { background-color: #FFB01C; }
a { background-color: rgb(255,176,28); }
div.DivClassName
{
background-color: #FFB01C;
}
.BgClassName
{
background-color: #FFB01C;
}
</style>
border-color css
<style>
span { border-color: #FFB01C; }
span { border-color: rgb(255,176,28); }
td.TdClassName
{
border-color: #FFB01C;
}
.TagClassName
{
border-color: #FFB01C;
}
</style>