Shades of Dark Tangerine #FEB20B
Tints of Dark Tangerine #FEB20B
RGB
CMYK
RGB Variations
Color information
#FEB20B (or 0xFEB20B) is known color: Dark Tangerine. HEX triplet: FE, B2 and 0B. RGB value is (254,178,11). Sum of RGB (Red+Green+Blue) = 254+178+11=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 11 (4.69% from 255 or 2.48% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB20B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEB20B is #014DF4. Grayscale: #B6B6B6. Windows color (decimal): -85493 or 766718. OLE color: 766718.
HSL color Cylindrical-coordinate representation of color #FEB20B: hue angle of 41.23º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEB20B is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 11 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.00 |
| HSL | 41.23º | 0.99% | 0.52% | - |
| HSV(B) | 41.23º | 0.96% | 1% | - |
| XYZ | 56.85 | 52.94 | 7.54 | - |
| YUV | 181.69 | 31.68 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 11 | 0 | 0.30 | 0.96 | 0.00 | 41.23 | 0.99 | 0.52 |
| Hex | FE | B2 | B | 0 | 1E | 60 | 0 | 29 | 63 | 34 |
| Octal | 376 | 262 | 13 | 0 | 36 | 140 | 0 | 51 | 143 | 64 |
| Binary | 11111110 | 10110010 | 1011 | 0 | 11110 | 1100000 | 0 | 101001 | 1100011 | 110100 |
Color Harmonies of #FEB20B
Complementary color
Monochromatic Colors of #FEB20B
Black with #FEB20B
Text Example
Text Example
White with #FEB20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB20B; }
p { color: rgb(254,178,11); }
H1.HeaderClassName
{
color: #FEB20B;
}
.AnyTagClassName
{
color: #FEB20B;
}
</style>
background-color css
<style>
a { background-color: #FEB20B; }
a { background-color: rgb(254,178,11); }
div.DivClassName
{
background-color: #FEB20B;
}
.BgClassName
{
background-color: #FEB20B;
}
</style>
border-color css
<style>
span { border-color: #FEB20B; }
span { border-color: rgb(254,178,11); }
td.TdClassName
{
border-color: #FEB20B;
}
.TagClassName
{
border-color: #FEB20B;
}
</style>