Shades of Dark Tangerine #FFB11F
Tints of Dark Tangerine #FFB11F
RGB
CMYK
RGB Variations
Color information
#FFB11F (or 0xFFB11F) is known color: Dark Tangerine. HEX triplet: FF, B1 and 1F. RGB value is (255,177,31). Sum of RGB (Red+Green+Blue) = 255+177+31=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 31 (12.5% from 255 or 6.70% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB11F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB11F is #004EE0. Grayscale: #B8B8B8. Windows color (decimal): -20193 or 2077183. OLE color: 2077183.
HSL color Cylindrical-coordinate representation of color #FFB11F: hue angle of 39.11º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFB11F is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 31 | - |
| CMYK | 0 | 0.31 | 0.88 | 0 |
| HSL | 39.11º | 1% | 0.56% | - |
| HSV(B) | 39.11º | 0.88% | 1% | - |
| XYZ | 57.21 | 52.8 | 8.47 | - |
| YUV | 183.68 | 41.84 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 31 | 0 | 0.31 | 0.88 | 0 | 39.11 | 1 | 0.56 |
| Hex | FF | B1 | 1F | 0 | 1F | 58 | 0 | 27 | 64 | 38 |
| Octal | 377 | 261 | 37 | 0 | 37 | 130 | 0 | 47 | 144 | 70 |
| Binary | 11111111 | 10110001 | 11111 | 0 | 11111 | 1011000 | 0 | 100111 | 1100100 | 111000 |
Color Harmonies of #FFB11F
Complementary color
Monochromatic Colors of #FFB11F
Black with #FFB11F
Text Example
Text Example
White with #FFB11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB11F; }
p { color: rgb(255,177,31); }
H1.HeaderClassName
{
color: #FFB11F;
}
.AnyTagClassName
{
color: #FFB11F;
}
</style>
background-color css
<style>
a { background-color: #FFB11F; }
a { background-color: rgb(255,177,31); }
div.DivClassName
{
background-color: #FFB11F;
}
.BgClassName
{
background-color: #FFB11F;
}
</style>
border-color css
<style>
span { border-color: #FFB11F; }
span { border-color: rgb(255,177,31); }
td.TdClassName
{
border-color: #FFB11F;
}
.TagClassName
{
border-color: #FFB11F;
}
</style>