Shades of Dark Tangerine #FFB51F
Tints of Dark Tangerine #FFB51F
RGB
CMYK
RGB Variations
Color information
#FFB51F (or 0xFFB51F) is known color: Dark Tangerine. HEX triplet: FF, B5 and 1F. RGB value is (255,181,31). Sum of RGB (Red+Green+Blue) = 255+181+31=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 31 (12.5% from 255 or 6.64% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB51F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB51F is #004AE0. Grayscale: #BABABA. Windows color (decimal): -19169 or 2078207. OLE color: 2078207.
HSL color Cylindrical-coordinate representation of color #FFB51F: hue angle of 40.18º 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 #FFB51F is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 31 | - |
| CMYK | 0 | 0.29 | 0.88 | 0 |
| HSL | 40.18º | 1% | 0.56% | - |
| HSV(B) | 40.18º | 0.88% | 1% | - |
| XYZ | 58.01 | 54.41 | 8.74 | - |
| YUV | 186.03 | 40.52 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 31 | 0 | 0.29 | 0.88 | 0 | 40.18 | 1 | 0.56 |
| Hex | FF | B5 | 1F | 0 | 1D | 58 | 0 | 28 | 64 | 38 |
| Octal | 377 | 265 | 37 | 0 | 35 | 130 | 0 | 50 | 144 | 70 |
| Binary | 11111111 | 10110101 | 11111 | 0 | 11101 | 1011000 | 0 | 101000 | 1100100 | 111000 |
Color Harmonies of #FFB51F
Complementary color
Monochromatic Colors of #FFB51F
Black with #FFB51F
Text Example
Text Example
White with #FFB51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB51F; }
p { color: rgb(255,181,31); }
H1.HeaderClassName
{
color: #FFB51F;
}
.AnyTagClassName
{
color: #FFB51F;
}
</style>
background-color css
<style>
a { background-color: #FFB51F; }
a { background-color: rgb(255,181,31); }
div.DivClassName
{
background-color: #FFB51F;
}
.BgClassName
{
background-color: #FFB51F;
}
</style>
border-color css
<style>
span { border-color: #FFB51F; }
span { border-color: rgb(255,181,31); }
td.TdClassName
{
border-color: #FFB51F;
}
.TagClassName
{
border-color: #FFB51F;
}
</style>