Shades of Tangerine Yellow #FECB0A
Tints of Tangerine Yellow #FECB0A
RGB
CMYK
RGB Variations
Color information
#FECB0A (or 0xFECB0A) is known color: Tangerine Yellow. HEX triplet: FE, CB and 0A. RGB value is (254,203,10). Sum of RGB (Red+Green+Blue) = 254+203+10=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 10 (4.30% from 255 or 2.14% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECB0A is #0134F5. Grayscale: #C5C5C5. Windows color (decimal): -79094 or 707582. OLE color: 707582.
HSL color Cylindrical-coordinate representation of color #FECB0A: hue angle of 47.46º 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 #FECB0A is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 10 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.00 |
| HSL | 47.46º | 0.99% | 0.52% | - |
| HSV(B) | 47.46º | 0.96% | 1% | - |
| XYZ | 62.28 | 63.8 | 9.32 | - |
| YUV | 196.25 | 22.9 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 10 | 0 | 0.20 | 0.96 | 0.00 | 47.46 | 0.99 | 0.52 |
| Hex | FE | CB | A | 0 | 14 | 60 | 0 | 2F | 63 | 34 |
| Octal | 376 | 313 | 12 | 0 | 24 | 140 | 0 | 57 | 143 | 64 |
| Binary | 11111110 | 11001011 | 1010 | 0 | 10100 | 1100000 | 0 | 101111 | 1100011 | 110100 |
Color Harmonies of #FECB0A
Complementary color
Monochromatic Colors of #FECB0A
Black with #FECB0A
Text Example
Text Example
White with #FECB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB0A; }
p { color: rgb(254,203,10); }
H1.HeaderClassName
{
color: #FECB0A;
}
.AnyTagClassName
{
color: #FECB0A;
}
</style>
background-color css
<style>
a { background-color: #FECB0A; }
a { background-color: rgb(254,203,10); }
div.DivClassName
{
background-color: #FECB0A;
}
.BgClassName
{
background-color: #FECB0A;
}
</style>
border-color css
<style>
span { border-color: #FECB0A; }
span { border-color: rgb(254,203,10); }
td.TdClassName
{
border-color: #FECB0A;
}
.TagClassName
{
border-color: #FECB0A;
}
</style>