Shades of Tangerine Yellow #FECF05
Tints of Tangerine Yellow #FECF05
RGB
CMYK
RGB Variations
Color information
#FECF05 (or 0xFECF05) is known color: Tangerine Yellow. HEX triplet: FE, CF and 05. RGB value is (254,207,5). Sum of RGB (Red+Green+Blue) = 254+207+5=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 5 (2.34% from 255 or 1.07% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECF05 is #0130FA. Grayscale: #C6C6C6. Windows color (decimal): -78075 or 380926. OLE color: 380926.
HSL color Cylindrical-coordinate representation of color #FECF05: hue angle of 48.67º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FECF05 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 5 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.00 |
| HSL | 48.67º | 0.99% | 0.51% | - |
| HSV(B) | 48.67º | 0.98% | 1% | - |
| XYZ | 63.21 | 65.71 | 9.49 | - |
| YUV | 198.03 | 19.07 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 5 | 0 | 0.19 | 0.98 | 0.00 | 48.67 | 0.99 | 0.51 |
| Hex | FE | CF | 5 | 0 | 13 | 62 | 0 | 31 | 63 | 33 |
| Octal | 376 | 317 | 5 | 0 | 23 | 142 | 0 | 61 | 143 | 63 |
| Binary | 11111110 | 11001111 | 101 | 0 | 10011 | 1100010 | 0 | 110001 | 1100011 | 110011 |
Color Harmonies of #FECF05
Complementary color
Monochromatic Colors of #FECF05
Black with #FECF05
Text Example
Text Example
White with #FECF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF05; }
p { color: rgb(254,207,5); }
H1.HeaderClassName
{
color: #FECF05;
}
.AnyTagClassName
{
color: #FECF05;
}
</style>
background-color css
<style>
a { background-color: #FECF05; }
a { background-color: rgb(254,207,5); }
div.DivClassName
{
background-color: #FECF05;
}
.BgClassName
{
background-color: #FECF05;
}
</style>
border-color css
<style>
span { border-color: #FECF05; }
span { border-color: rgb(254,207,5); }
td.TdClassName
{
border-color: #FECF05;
}
.TagClassName
{
border-color: #FECF05;
}
</style>