Shades of Tangerine Yellow #FEC80B
Tints of Tangerine Yellow #FEC80B
RGB
CMYK
RGB Variations
Color information
#FEC80B (or 0xFEC80B) is known color: Tangerine Yellow. HEX triplet: FE, C8 and 0B. RGB value is (254,200,11). Sum of RGB (Red+Green+Blue) = 254+200+11=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 11 (4.69% from 255 or 2.37% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC80B is #0137F4. Grayscale: #C3C3C3. Windows color (decimal): -79861 or 772350. OLE color: 772350.
HSL color Cylindrical-coordinate representation of color #FEC80B: hue angle of 46.67º 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 #FEC80B is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 11 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.00 |
| HSL | 46.67º | 0.99% | 0.52% | - |
| HSV(B) | 46.67º | 0.96% | 1% | - |
| XYZ | 61.59 | 62.4 | 9.12 | - |
| YUV | 194.6 | 24.39 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 11 | 0 | 0.21 | 0.96 | 0.00 | 46.67 | 0.99 | 0.52 |
| Hex | FE | C8 | B | 0 | 15 | 60 | 0 | 2F | 63 | 34 |
| Octal | 376 | 310 | 13 | 0 | 25 | 140 | 0 | 57 | 143 | 64 |
| Binary | 11111110 | 11001000 | 1011 | 0 | 10101 | 1100000 | 0 | 101111 | 1100011 | 110100 |
Color Harmonies of #FEC80B
Complementary color
Monochromatic Colors of #FEC80B
Black with #FEC80B
Text Example
Text Example
White with #FEC80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC80B; }
p { color: rgb(254,200,11); }
H1.HeaderClassName
{
color: #FEC80B;
}
.AnyTagClassName
{
color: #FEC80B;
}
</style>
background-color css
<style>
a { background-color: #FEC80B; }
a { background-color: rgb(254,200,11); }
div.DivClassName
{
background-color: #FEC80B;
}
.BgClassName
{
background-color: #FEC80B;
}
</style>
border-color css
<style>
span { border-color: #FEC80B; }
span { border-color: rgb(254,200,11); }
td.TdClassName
{
border-color: #FEC80B;
}
.TagClassName
{
border-color: #FEC80B;
}
</style>