Shades of Dark Tangerine #FEB321
Tints of Dark Tangerine #FEB321
RGB
CMYK
RGB Variations
Color information
#FEB321 (or 0xFEB321) is known color: Dark Tangerine. HEX triplet: FE, B3 and 21. RGB value is (254,179,33). Sum of RGB (Red+Green+Blue) = 254+179+33=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 33 (13.28% from 255 or 7.08% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB321 is #014CDE. Grayscale: #B9B9B9. Windows color (decimal): -85215 or 2208766. OLE color: 2208766.
HSL color Cylindrical-coordinate representation of color #FEB321: hue angle of 39.64º 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 #FEB321 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 33 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.00 |
| HSL | 39.64º | 0.99% | 0.56% | - |
| HSV(B) | 39.64º | 0.87% | 1% | - |
| XYZ | 57.27 | 53.42 | 8.73 | - |
| YUV | 184.78 | 42.35 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 33 | 0 | 0.30 | 0.87 | 0.00 | 39.64 | 0.99 | 0.56 |
| Hex | FE | B3 | 21 | 0 | 1E | 57 | 0 | 28 | 63 | 38 |
| Octal | 376 | 263 | 41 | 0 | 36 | 127 | 0 | 50 | 143 | 70 |
| Binary | 11111110 | 10110011 | 100001 | 0 | 11110 | 1010111 | 0 | 101000 | 1100011 | 111000 |
Color Harmonies of #FEB321
Complementary color
Monochromatic Colors of #FEB321
Black with #FEB321
Text Example
Text Example
White with #FEB321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB321; }
p { color: rgb(254,179,33); }
H1.HeaderClassName
{
color: #FEB321;
}
.AnyTagClassName
{
color: #FEB321;
}
</style>
background-color css
<style>
a { background-color: #FEB321; }
a { background-color: rgb(254,179,33); }
div.DivClassName
{
background-color: #FEB321;
}
.BgClassName
{
background-color: #FEB321;
}
</style>
border-color css
<style>
span { border-color: #FEB321; }
span { border-color: rgb(254,179,33); }
td.TdClassName
{
border-color: #FEB321;
}
.TagClassName
{
border-color: #FEB321;
}
</style>