Shades of Dark Tangerine #FFB61F
Tints of Dark Tangerine #FFB61F
RGB
CMYK
RGB Variations
Color information
#FFB61F (or 0xFFB61F) is known color: Dark Tangerine. HEX triplet: FF, B6 and 1F. RGB value is (255,182,31). Sum of RGB (Red+Green+Blue) = 255+182+31=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 31 (12.5% from 255 or 6.62% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB61F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB61F is #0049E0. Grayscale: #BBBBBB. Windows color (decimal): -18913 or 2078463. OLE color: 2078463.
HSL color Cylindrical-coordinate representation of color #FFB61F: hue angle of 40.45º 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 #FFB61F is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 31 | - |
| CMYK | 0 | 0.29 | 0.88 | 0 |
| HSL | 40.45º | 1% | 0.56% | - |
| HSV(B) | 40.45º | 0.88% | 1% | - |
| XYZ | 58.22 | 54.81 | 8.81 | - |
| YUV | 186.61 | 40.18 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 31 | 0 | 0.29 | 0.88 | 0 | 40.45 | 1 | 0.56 |
| Hex | FF | B6 | 1F | 0 | 1D | 58 | 0 | 28 | 64 | 38 |
| Octal | 377 | 266 | 37 | 0 | 35 | 130 | 0 | 50 | 144 | 70 |
| Binary | 11111111 | 10110110 | 11111 | 0 | 11101 | 1011000 | 0 | 101000 | 1100100 | 111000 |
Color Harmonies of #FFB61F
Complementary color
Monochromatic Colors of #FFB61F
Black with #FFB61F
Text Example
Text Example
White with #FFB61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB61F; }
p { color: rgb(255,182,31); }
H1.HeaderClassName
{
color: #FFB61F;
}
.AnyTagClassName
{
color: #FFB61F;
}
</style>
background-color css
<style>
a { background-color: #FFB61F; }
a { background-color: rgb(255,182,31); }
div.DivClassName
{
background-color: #FFB61F;
}
.BgClassName
{
background-color: #FFB61F;
}
</style>
border-color css
<style>
span { border-color: #FFB61F; }
span { border-color: rgb(255,182,31); }
td.TdClassName
{
border-color: #FFB61F;
}
.TagClassName
{
border-color: #FFB61F;
}
</style>