Shades of Tangerine Yellow #FECF10
Tints of Tangerine Yellow #FECF10
RGB
CMYK
RGB Variations
Color information
#FECF10 (or 0xFECF10) is known color: Tangerine Yellow. HEX triplet: FE, CF and 10. RGB value is (254,207,16). Sum of RGB (Red+Green+Blue) = 254+207+16=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 16 (6.64% from 255 or 3.35% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECF10 is #0130EF. Grayscale: #C8C8C8. Windows color (decimal): -78064 or 1101822. OLE color: 1101822.
HSL color Cylindrical-coordinate representation of color #FECF10: hue angle of 48.15º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FECF10 is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 16 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.00 |
| HSL | 48.15º | 0.99% | 0.53% | - |
| HSV(B) | 48.15º | 0.94% | 1% | - |
| XYZ | 63.28 | 65.73 | 9.84 | - |
| YUV | 199.28 | 24.57 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 16 | 0 | 0.19 | 0.94 | 0.00 | 48.15 | 0.99 | 0.53 |
| Hex | FE | CF | 10 | 0 | 13 | 5E | 0 | 30 | 63 | 35 |
| Octal | 376 | 317 | 20 | 0 | 23 | 136 | 0 | 60 | 143 | 65 |
| Binary | 11111110 | 11001111 | 10000 | 0 | 10011 | 1011110 | 0 | 110000 | 1100011 | 110101 |
Color Harmonies of #FECF10
Complementary color
Monochromatic Colors of #FECF10
Black with #FECF10
Text Example
Text Example
White with #FECF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF10; }
p { color: rgb(254,207,16); }
H1.HeaderClassName
{
color: #FECF10;
}
.AnyTagClassName
{
color: #FECF10;
}
</style>
background-color css
<style>
a { background-color: #FECF10; }
a { background-color: rgb(254,207,16); }
div.DivClassName
{
background-color: #FECF10;
}
.BgClassName
{
background-color: #FECF10;
}
</style>
border-color css
<style>
span { border-color: #FECF10; }
span { border-color: rgb(254,207,16); }
td.TdClassName
{
border-color: #FECF10;
}
.TagClassName
{
border-color: #FECF10;
}
</style>