Shades of Dark Tangerine #FFB31D
Tints of Dark Tangerine #FFB31D
RGB
CMYK
RGB Variations
Color information
#FFB31D (or 0xFFB31D) is known color: Dark Tangerine. HEX triplet: FF, B3 and 1D. RGB value is (255,179,29). Sum of RGB (Red+Green+Blue) = 255+179+29=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 29 (11.72% from 255 or 6.26% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB31D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB31D is #004CE2. Grayscale: #B9B9B9. Windows color (decimal): -19683 or 1946623. OLE color: 1946623.
HSL color Cylindrical-coordinate representation of color #FFB31D: hue angle of 39.82º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFB31D is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 29 | - |
| CMYK | 0 | 0.30 | 0.89 | 0 |
| HSL | 39.82º | 1% | 0.56% | - |
| HSV(B) | 39.82º | 0.89% | 1% | - |
| XYZ | 57.58 | 53.59 | 8.47 | - |
| YUV | 184.62 | 40.18 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 29 | 0 | 0.30 | 0.89 | 0 | 39.82 | 1 | 0.56 |
| Hex | FF | B3 | 1D | 0 | 1E | 59 | 0 | 28 | 64 | 38 |
| Octal | 377 | 263 | 35 | 0 | 36 | 131 | 0 | 50 | 144 | 70 |
| Binary | 11111111 | 10110011 | 11101 | 0 | 11110 | 1011001 | 0 | 101000 | 1100100 | 111000 |
Color Harmonies of #FFB31D
Complementary color
Monochromatic Colors of #FFB31D
Black with #FFB31D
Text Example
Text Example
White with #FFB31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB31D; }
p { color: rgb(255,179,29); }
H1.HeaderClassName
{
color: #FFB31D;
}
.AnyTagClassName
{
color: #FFB31D;
}
</style>
background-color css
<style>
a { background-color: #FFB31D; }
a { background-color: rgb(255,179,29); }
div.DivClassName
{
background-color: #FFB31D;
}
.BgClassName
{
background-color: #FFB31D;
}
</style>
border-color css
<style>
span { border-color: #FFB31D; }
span { border-color: rgb(255,179,29); }
td.TdClassName
{
border-color: #FFB31D;
}
.TagClassName
{
border-color: #FFB31D;
}
</style>