Shades of Dark Tangerine #FFB11B
Tints of Dark Tangerine #FFB11B
RGB
CMYK
RGB Variations
Color information
#FFB11B (or 0xFFB11B) is known color: Dark Tangerine. HEX triplet: FF, B1 and 1B. RGB value is (255,177,27). Sum of RGB (Red+Green+Blue) = 255+177+27=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 27 (10.94% from 255 or 5.88% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB11B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB11B is #004EE4. Grayscale: #B7B7B7. Windows color (decimal): -20197 or 1815039. OLE color: 1815039.
HSL color Cylindrical-coordinate representation of color #FFB11B: hue angle of 39.47º 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 #FFB11B is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 27 | - |
| CMYK | 0 | 0.31 | 0.89 | 0 |
| HSL | 39.47º | 1% | 0.55% | - |
| HSV(B) | 39.47º | 0.89% | 1% | - |
| XYZ | 57.16 | 52.78 | 8.21 | - |
| YUV | 183.22 | 39.84 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 27 | 0 | 0.31 | 0.89 | 0 | 39.47 | 1 | 0.55 |
| Hex | FF | B1 | 1B | 0 | 1F | 59 | 0 | 27 | 64 | 37 |
| Octal | 377 | 261 | 33 | 0 | 37 | 131 | 0 | 47 | 144 | 67 |
| Binary | 11111111 | 10110001 | 11011 | 0 | 11111 | 1011001 | 0 | 100111 | 1100100 | 110111 |
Color Harmonies of #FFB11B
Complementary color
Monochromatic Colors of #FFB11B
Black with #FFB11B
Text Example
Text Example
White with #FFB11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB11B; }
p { color: rgb(255,177,27); }
H1.HeaderClassName
{
color: #FFB11B;
}
.AnyTagClassName
{
color: #FFB11B;
}
</style>
background-color css
<style>
a { background-color: #FFB11B; }
a { background-color: rgb(255,177,27); }
div.DivClassName
{
background-color: #FFB11B;
}
.BgClassName
{
background-color: #FFB11B;
}
</style>
border-color css
<style>
span { border-color: #FFB11B; }
span { border-color: rgb(255,177,27); }
td.TdClassName
{
border-color: #FFB11B;
}
.TagClassName
{
border-color: #FFB11B;
}
</style>