Shades of Tangerine Yellow #FECF00
Tints of Tangerine Yellow #FECF00
RGB
CMYK
RGB Variations
Color information
#FECF00 (or 0xFECF00) is known color: Tangerine Yellow. HEX triplet: FE, CF and 00. RGB value is (254,207,0). Sum of RGB (Red+Green+Blue) = 254+207+0=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 0 (0.39% from 255 or 0% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECF00 is #0130FF. Grayscale: #C6C6C6. Windows color (decimal): -78080 or 53246. OLE color: 53246.
HSL color Cylindrical-coordinate representation of color #FECF00: hue angle of 48.9º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FECF00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.00 |
| HSL | 48.9º | 1% | 0.5% | - |
| HSV(B) | 48.9º | 1% | 1% | - |
| XYZ | 63.19 | 65.7 | 9.35 | - |
| YUV | 197.46 | 16.57 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 0 | 0 | 0.19 | 1 | 0.00 | 48.9 | 1 | 0.5 |
| Hex | FE | CF | 0 | 0 | 13 | 64 | 0 | 31 | 64 | 32 |
| Octal | 376 | 317 | 0 | 0 | 23 | 144 | 0 | 61 | 144 | 62 |
| Binary | 11111110 | 11001111 | 0 | 0 | 10011 | 1100100 | 0 | 110001 | 1100100 | 110010 |
Color Harmonies of #FECF00
Complementary color
Monochromatic Colors of #FECF00
Black with #FECF00
Text Example
Text Example
White with #FECF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF00; }
p { color: rgb(254,207,0); }
H1.HeaderClassName
{
color: #FECF00;
}
.AnyTagClassName
{
color: #FECF00;
}
</style>
background-color css
<style>
a { background-color: #FECF00; }
a { background-color: rgb(254,207,0); }
div.DivClassName
{
background-color: #FECF00;
}
.BgClassName
{
background-color: #FECF00;
}
</style>
border-color css
<style>
span { border-color: #FECF00; }
span { border-color: rgb(254,207,0); }
td.TdClassName
{
border-color: #FECF00;
}
.TagClassName
{
border-color: #FECF00;
}
</style>