Shades of Dark Tangerine #FFB81B
Tints of Dark Tangerine #FFB81B
RGB
CMYK
RGB Variations
Color information
#FFB81B (or 0xFFB81B) is known color: Dark Tangerine. HEX triplet: FF, B8 and 1B. RGB value is (255,184,27). Sum of RGB (Red+Green+Blue) = 255+184+27=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 27 (10.94% from 255 or 5.79% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB81B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB81B is #0047E4. Grayscale: #BCBCBC. Windows color (decimal): -18405 or 1816831. OLE color: 1816831.
HSL color Cylindrical-coordinate representation of color #FFB81B: hue angle of 41.32º 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 #FFB81B is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 27 | - |
| CMYK | 0 | 0.28 | 0.89 | 0 |
| HSL | 41.32º | 1% | 0.55% | - |
| HSV(B) | 41.32º | 0.89% | 1% | - |
| XYZ | 58.58 | 55.62 | 8.69 | - |
| YUV | 187.33 | 37.52 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 27 | 0 | 0.28 | 0.89 | 0 | 41.32 | 1 | 0.55 |
| Hex | FF | B8 | 1B | 0 | 1C | 59 | 0 | 29 | 64 | 37 |
| Octal | 377 | 270 | 33 | 0 | 34 | 131 | 0 | 51 | 144 | 67 |
| Binary | 11111111 | 10111000 | 11011 | 0 | 11100 | 1011001 | 0 | 101001 | 1100100 | 110111 |
Color Harmonies of #FFB81B
Complementary color
Monochromatic Colors of #FFB81B
Black with #FFB81B
Text Example
Text Example
White with #FFB81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB81B; }
p { color: rgb(255,184,27); }
H1.HeaderClassName
{
color: #FFB81B;
}
.AnyTagClassName
{
color: #FFB81B;
}
</style>
background-color css
<style>
a { background-color: #FFB81B; }
a { background-color: rgb(255,184,27); }
div.DivClassName
{
background-color: #FFB81B;
}
.BgClassName
{
background-color: #FFB81B;
}
</style>
border-color css
<style>
span { border-color: #FFB81B; }
span { border-color: rgb(255,184,27); }
td.TdClassName
{
border-color: #FFB81B;
}
.TagClassName
{
border-color: #FFB81B;
}
</style>