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