Shades of Tangerine Yellow #FECF0A
Tints of Tangerine Yellow #FECF0A
RGB
CMYK
RGB Variations
Color information
#FECF0A (or 0xFECF0A) is known color: Tangerine Yellow. HEX triplet: FE, CF and 0A. RGB value is (254,207,10). Sum of RGB (Red+Green+Blue) = 254+207+10=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 10 (4.30% from 255 or 2.12% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECF0A is #0130F5. Grayscale: #C7C7C7. Windows color (decimal): -78070 or 708606. OLE color: 708606.
HSL color Cylindrical-coordinate representation of color #FECF0A: hue angle of 48.44º 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 #FECF0A is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 10 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.00 |
| HSL | 48.44º | 0.99% | 0.52% | - |
| HSV(B) | 48.44º | 0.96% | 1% | - |
| XYZ | 63.24 | 65.72 | 9.64 | - |
| YUV | 198.6 | 21.57 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 10 | 0 | 0.19 | 0.96 | 0.00 | 48.44 | 0.99 | 0.52 |
| Hex | FE | CF | A | 0 | 13 | 60 | 0 | 30 | 63 | 34 |
| Octal | 376 | 317 | 12 | 0 | 23 | 140 | 0 | 60 | 143 | 64 |
| Binary | 11111110 | 11001111 | 1010 | 0 | 10011 | 1100000 | 0 | 110000 | 1100011 | 110100 |
Color Harmonies of #FECF0A
Complementary color
Monochromatic Colors of #FECF0A
Black with #FECF0A
Text Example
Text Example
White with #FECF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF0A; }
p { color: rgb(254,207,10); }
H1.HeaderClassName
{
color: #FECF0A;
}
.AnyTagClassName
{
color: #FECF0A;
}
</style>
background-color css
<style>
a { background-color: #FECF0A; }
a { background-color: rgb(254,207,10); }
div.DivClassName
{
background-color: #FECF0A;
}
.BgClassName
{
background-color: #FECF0A;
}
</style>
border-color css
<style>
span { border-color: #FECF0A; }
span { border-color: rgb(254,207,10); }
td.TdClassName
{
border-color: #FECF0A;
}
.TagClassName
{
border-color: #FECF0A;
}
</style>