Shades of Dark Tangerine #FFB222
Tints of Dark Tangerine #FFB222
RGB
CMYK
RGB Variations
Color information
#FFB222 (or 0xFFB222) is known color: Dark Tangerine. HEX triplet: FF, B2 and 22. RGB value is (255,178,34). Sum of RGB (Red+Green+Blue) = 255+178+34=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 34 (13.67% from 255 or 7.28% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB222 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB222 is #004DDD. Grayscale: #B9B9B9. Windows color (decimal): -19934 or 2274047. OLE color: 2274047.
HSL color Cylindrical-coordinate representation of color #FFB222: hue angle of 39.1º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFB222 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 34 | - |
| CMYK | 0 | 0.30 | 0.87 | 0 |
| HSL | 39.1º | 1% | 0.57% | - |
| HSV(B) | 39.1º | 0.87% | 1% | - |
| XYZ | 57.45 | 53.22 | 8.76 | - |
| YUV | 184.61 | 43.01 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 34 | 0 | 0.30 | 0.87 | 0 | 39.1 | 1 | 0.57 |
| Hex | FF | B2 | 22 | 0 | 1E | 57 | 0 | 27 | 64 | 39 |
| Octal | 377 | 262 | 42 | 0 | 36 | 127 | 0 | 47 | 144 | 71 |
| Binary | 11111111 | 10110010 | 100010 | 0 | 11110 | 1010111 | 0 | 100111 | 1100100 | 111001 |
Color Harmonies of #FFB222
Complementary color
Monochromatic Colors of #FFB222
Black with #FFB222
Text Example
Text Example
White with #FFB222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB222; }
p { color: rgb(255,178,34); }
H1.HeaderClassName
{
color: #FFB222;
}
.AnyTagClassName
{
color: #FFB222;
}
</style>
background-color css
<style>
a { background-color: #FFB222; }
a { background-color: rgb(255,178,34); }
div.DivClassName
{
background-color: #FFB222;
}
.BgClassName
{
background-color: #FFB222;
}
</style>
border-color css
<style>
span { border-color: #FFB222; }
span { border-color: rgb(255,178,34); }
td.TdClassName
{
border-color: #FFB222;
}
.TagClassName
{
border-color: #FFB222;
}
</style>