Shades of Dark Tangerine #FEB520
Tints of Dark Tangerine #FEB520
RGB
CMYK
RGB Variations
Color information
#FEB520 (or 0xFEB520) is known color: Dark Tangerine. HEX triplet: FE, B5 and 20. RGB value is (254,181,32). Sum of RGB (Red+Green+Blue) = 254+181+32=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 32 (12.89% from 255 or 6.85% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB520 is #014ADF. Grayscale: #BABABA. Windows color (decimal): -84704 or 2143742. OLE color: 2143742.
HSL color Cylindrical-coordinate representation of color #FEB520: hue angle of 40.27º 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 #FEB520 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 32 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.00 |
| HSL | 40.27º | 0.99% | 0.56% | - |
| HSV(B) | 40.27º | 0.87% | 1% | - |
| XYZ | 57.66 | 54.22 | 8.79 | - |
| YUV | 185.84 | 41.18 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 32 | 0 | 0.29 | 0.87 | 0.00 | 40.27 | 0.99 | 0.56 |
| Hex | FE | B5 | 20 | 0 | 1D | 57 | 0 | 28 | 63 | 38 |
| Octal | 376 | 265 | 40 | 0 | 35 | 127 | 0 | 50 | 143 | 70 |
| Binary | 11111110 | 10110101 | 100000 | 0 | 11101 | 1010111 | 0 | 101000 | 1100011 | 111000 |
Color Harmonies of #FEB520
Complementary color
Monochromatic Colors of #FEB520
Black with #FEB520
Text Example
Text Example
White with #FEB520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB520; }
p { color: rgb(254,181,32); }
H1.HeaderClassName
{
color: #FEB520;
}
.AnyTagClassName
{
color: #FEB520;
}
</style>
background-color css
<style>
a { background-color: #FEB520; }
a { background-color: rgb(254,181,32); }
div.DivClassName
{
background-color: #FEB520;
}
.BgClassName
{
background-color: #FEB520;
}
</style>
border-color css
<style>
span { border-color: #FEB520; }
span { border-color: rgb(254,181,32); }
td.TdClassName
{
border-color: #FEB520;
}
.TagClassName
{
border-color: #FEB520;
}
</style>