Shades of Dark Tangerine #FFB51B
Tints of Dark Tangerine #FFB51B
RGB
CMYK
RGB Variations
Color information
#FFB51B (or 0xFFB51B) is known color: Dark Tangerine. HEX triplet: FF, B5 and 1B. RGB value is (255,181,27). Sum of RGB (Red+Green+Blue) = 255+181+27=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 27 (10.94% from 255 or 5.83% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB51B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB51B is #004AE4. Grayscale: #BABABA. Windows color (decimal): -19173 or 1816063. OLE color: 1816063.
HSL color Cylindrical-coordinate representation of color #FFB51B: hue angle of 40.53º 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 #FFB51B is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 27 | - |
| CMYK | 0 | 0.29 | 0.89 | 0 |
| HSL | 40.53º | 1% | 0.55% | - |
| HSV(B) | 40.53º | 0.89% | 1% | - |
| XYZ | 57.96 | 54.39 | 8.48 | - |
| YUV | 185.57 | 38.52 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 27 | 0 | 0.29 | 0.89 | 0 | 40.53 | 1 | 0.55 |
| Hex | FF | B5 | 1B | 0 | 1D | 59 | 0 | 29 | 64 | 37 |
| Octal | 377 | 265 | 33 | 0 | 35 | 131 | 0 | 51 | 144 | 67 |
| Binary | 11111111 | 10110101 | 11011 | 0 | 11101 | 1011001 | 0 | 101001 | 1100100 | 110111 |
Color Harmonies of #FFB51B
Complementary color
Monochromatic Colors of #FFB51B
Black with #FFB51B
Text Example
Text Example
White with #FFB51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB51B; }
p { color: rgb(255,181,27); }
H1.HeaderClassName
{
color: #FFB51B;
}
.AnyTagClassName
{
color: #FFB51B;
}
</style>
background-color css
<style>
a { background-color: #FFB51B; }
a { background-color: rgb(255,181,27); }
div.DivClassName
{
background-color: #FFB51B;
}
.BgClassName
{
background-color: #FFB51B;
}
</style>
border-color css
<style>
span { border-color: #FFB51B; }
span { border-color: rgb(255,181,27); }
td.TdClassName
{
border-color: #FFB51B;
}
.TagClassName
{
border-color: #FFB51B;
}
</style>