Shades of Dark Tangerine #FEB621
Tints of Dark Tangerine #FEB621
RGB
CMYK
RGB Variations
Color information
#FEB621 (or 0xFEB621) is known color: Dark Tangerine. HEX triplet: FE, B6 and 21. RGB value is (254,182,33). Sum of RGB (Red+Green+Blue) = 254+182+33=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 33 (13.28% from 255 or 7.04% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB621 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB621 is #0149DE. Grayscale: #BBBBBB. Windows color (decimal): -84447 or 2209534. OLE color: 2209534.
HSL color Cylindrical-coordinate representation of color #FEB621: hue angle of 40.45º 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 #FEB621 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 33 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.00 |
| HSL | 40.45º | 0.99% | 0.56% | - |
| HSV(B) | 40.45º | 0.87% | 1% | - |
| XYZ | 57.88 | 54.64 | 8.93 | - |
| YUV | 186.54 | 41.35 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 33 | 0 | 0.28 | 0.87 | 0.00 | 40.45 | 0.99 | 0.56 |
| Hex | FE | B6 | 21 | 0 | 1C | 57 | 0 | 28 | 63 | 38 |
| Octal | 376 | 266 | 41 | 0 | 34 | 127 | 0 | 50 | 143 | 70 |
| Binary | 11111110 | 10110110 | 100001 | 0 | 11100 | 1010111 | 0 | 101000 | 1100011 | 111000 |
Color Harmonies of #FEB621
Complementary color
Monochromatic Colors of #FEB621
Black with #FEB621
Text Example
Text Example
White with #FEB621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB621; }
p { color: rgb(254,182,33); }
H1.HeaderClassName
{
color: #FEB621;
}
.AnyTagClassName
{
color: #FEB621;
}
</style>
background-color css
<style>
a { background-color: #FEB621; }
a { background-color: rgb(254,182,33); }
div.DivClassName
{
background-color: #FEB621;
}
.BgClassName
{
background-color: #FEB621;
}
</style>
border-color css
<style>
span { border-color: #FEB621; }
span { border-color: rgb(254,182,33); }
td.TdClassName
{
border-color: #FEB621;
}
.TagClassName
{
border-color: #FEB621;
}
</style>