Shades of Dark Tangerine #FFB21D
Tints of Dark Tangerine #FFB21D
RGB
CMYK
RGB Variations
Color information
#FFB21D (or 0xFFB21D) is known color: Dark Tangerine. HEX triplet: FF, B2 and 1D. RGB value is (255,178,29). Sum of RGB (Red+Green+Blue) = 255+178+29=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 29 (11.72% from 255 or 6.28% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB21D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB21D is #004DE2. Grayscale: #B8B8B8. Windows color (decimal): -19939 or 1946367. OLE color: 1946367.
HSL color Cylindrical-coordinate representation of color #FFB21D: hue angle of 39.56º 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 #FFB21D is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 29 | - |
| CMYK | 0 | 0.30 | 0.89 | 0 |
| HSL | 39.56º | 1% | 0.56% | - |
| HSV(B) | 39.56º | 0.89% | 1% | - |
| XYZ | 57.38 | 53.19 | 8.4 | - |
| YUV | 184.04 | 40.51 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 29 | 0 | 0.30 | 0.89 | 0 | 39.56 | 1 | 0.56 |
| Hex | FF | B2 | 1D | 0 | 1E | 59 | 0 | 28 | 64 | 38 |
| Octal | 377 | 262 | 35 | 0 | 36 | 131 | 0 | 50 | 144 | 70 |
| Binary | 11111111 | 10110010 | 11101 | 0 | 11110 | 1011001 | 0 | 101000 | 1100100 | 111000 |
Color Harmonies of #FFB21D
Complementary color
Monochromatic Colors of #FFB21D
Black with #FFB21D
Text Example
Text Example
White with #FFB21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB21D; }
p { color: rgb(255,178,29); }
H1.HeaderClassName
{
color: #FFB21D;
}
.AnyTagClassName
{
color: #FFB21D;
}
</style>
background-color css
<style>
a { background-color: #FFB21D; }
a { background-color: rgb(255,178,29); }
div.DivClassName
{
background-color: #FFB21D;
}
.BgClassName
{
background-color: #FFB21D;
}
</style>
border-color css
<style>
span { border-color: #FFB21D; }
span { border-color: rgb(255,178,29); }
td.TdClassName
{
border-color: #FFB21D;
}
.TagClassName
{
border-color: #FFB21D;
}
</style>