Shades of Dark Tangerine #FFB321
Tints of Dark Tangerine #FFB321
RGB
CMYK
RGB Variations
Color information
#FFB321 (or 0xFFB321) is known color: Dark Tangerine. HEX triplet: FF, B3 and 21. RGB value is (255,179,33). Sum of RGB (Red+Green+Blue) = 255+179+33=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 33 (13.28% from 255 or 7.07% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB321 is #004CDE. Grayscale: #B9B9B9. Windows color (decimal): -19679 or 2208767. OLE color: 2208767.
HSL color Cylindrical-coordinate representation of color #FFB321: hue angle of 39.46º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFB321 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 33 | - |
| CMYK | 0 | 0.30 | 0.87 | 0 |
| HSL | 39.46º | 1% | 0.56% | - |
| HSV(B) | 39.46º | 0.87% | 1% | - |
| XYZ | 57.63 | 53.61 | 8.75 | - |
| YUV | 185.08 | 42.18 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 33 | 0 | 0.30 | 0.87 | 0 | 39.46 | 1 | 0.56 |
| Hex | FF | B3 | 21 | 0 | 1E | 57 | 0 | 27 | 64 | 38 |
| Octal | 377 | 263 | 41 | 0 | 36 | 127 | 0 | 47 | 144 | 70 |
| Binary | 11111111 | 10110011 | 100001 | 0 | 11110 | 1010111 | 0 | 100111 | 1100100 | 111000 |
Color Harmonies of #FFB321
Complementary color
Monochromatic Colors of #FFB321
Black with #FFB321
Text Example
Text Example
White with #FFB321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB321; }
p { color: rgb(255,179,33); }
H1.HeaderClassName
{
color: #FFB321;
}
.AnyTagClassName
{
color: #FFB321;
}
</style>
background-color css
<style>
a { background-color: #FFB321; }
a { background-color: rgb(255,179,33); }
div.DivClassName
{
background-color: #FFB321;
}
.BgClassName
{
background-color: #FFB321;
}
</style>
border-color css
<style>
span { border-color: #FFB321; }
span { border-color: rgb(255,179,33); }
td.TdClassName
{
border-color: #FFB321;
}
.TagClassName
{
border-color: #FFB321;
}
</style>