Shades of Tangerine Yellow #FECF04
Tints of Tangerine Yellow #FECF04
RGB
CMYK
RGB Variations
Color information
#FECF04 (or 0xFECF04) is known color: Tangerine Yellow. HEX triplet: FE, CF and 04. RGB value is (254,207,4). Sum of RGB (Red+Green+Blue) = 254+207+4=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 4 (1.95% from 255 or 0.86% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECF04 is #0130FB. Grayscale: #C6C6C6. Windows color (decimal): -78076 or 315390. OLE color: 315390.
HSL color Cylindrical-coordinate representation of color #FECF04: hue angle of 48.72º 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 #FECF04 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 4 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.00 |
| HSL | 48.72º | 0.99% | 0.51% | - |
| HSV(B) | 48.72º | 0.98% | 1% | - |
| XYZ | 63.21 | 65.71 | 9.47 | - |
| YUV | 197.91 | 18.57 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 4 | 0 | 0.19 | 0.98 | 0.00 | 48.72 | 0.99 | 0.51 |
| Hex | FE | CF | 4 | 0 | 13 | 62 | 0 | 31 | 63 | 33 |
| Octal | 376 | 317 | 4 | 0 | 23 | 142 | 0 | 61 | 143 | 63 |
| Binary | 11111110 | 11001111 | 100 | 0 | 10011 | 1100010 | 0 | 110001 | 1100011 | 110011 |
Color Harmonies of #FECF04
Complementary color
Monochromatic Colors of #FECF04
Black with #FECF04
Text Example
Text Example
White with #FECF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF04; }
p { color: rgb(254,207,4); }
H1.HeaderClassName
{
color: #FECF04;
}
.AnyTagClassName
{
color: #FECF04;
}
</style>
background-color css
<style>
a { background-color: #FECF04; }
a { background-color: rgb(254,207,4); }
div.DivClassName
{
background-color: #FECF04;
}
.BgClassName
{
background-color: #FECF04;
}
</style>
border-color css
<style>
span { border-color: #FECF04; }
span { border-color: rgb(254,207,4); }
td.TdClassName
{
border-color: #FECF04;
}
.TagClassName
{
border-color: #FECF04;
}
</style>