Shades of Dark Tangerine #FEB322
Tints of Dark Tangerine #FEB322
RGB
CMYK
RGB Variations
Color information
#FEB322 (or 0xFEB322) is known color: Dark Tangerine. HEX triplet: FE, B3 and 22. RGB value is (254,179,34). Sum of RGB (Red+Green+Blue) = 254+179+34=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 34 (13.67% from 255 or 7.28% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB322 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB322 is #014CDD. Grayscale: #B9B9B9. Windows color (decimal): -85214 or 2274302. OLE color: 2274302.
HSL color Cylindrical-coordinate representation of color #FEB322: hue angle of 39.55º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEB322 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 34 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.00 |
| HSL | 39.55º | 0.99% | 0.56% | - |
| HSV(B) | 39.55º | 0.87% | 1% | - |
| XYZ | 57.28 | 53.43 | 8.81 | - |
| YUV | 184.9 | 42.85 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 34 | 0 | 0.30 | 0.87 | 0.00 | 39.55 | 0.99 | 0.56 |
| Hex | FE | B3 | 22 | 0 | 1E | 57 | 0 | 28 | 63 | 38 |
| Octal | 376 | 263 | 42 | 0 | 36 | 127 | 0 | 50 | 143 | 70 |
| Binary | 11111110 | 10110011 | 100010 | 0 | 11110 | 1010111 | 0 | 101000 | 1100011 | 111000 |
Color Harmonies of #FEB322
Complementary color
Monochromatic Colors of #FEB322
Black with #FEB322
Text Example
Text Example
White with #FEB322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB322; }
p { color: rgb(254,179,34); }
H1.HeaderClassName
{
color: #FEB322;
}
.AnyTagClassName
{
color: #FEB322;
}
</style>
background-color css
<style>
a { background-color: #FEB322; }
a { background-color: rgb(254,179,34); }
div.DivClassName
{
background-color: #FEB322;
}
.BgClassName
{
background-color: #FEB322;
}
</style>
border-color css
<style>
span { border-color: #FEB322; }
span { border-color: rgb(254,179,34); }
td.TdClassName
{
border-color: #FEB322;
}
.TagClassName
{
border-color: #FEB322;
}
</style>