Shades of Tangerine Yellow #FECF08
Tints of Tangerine Yellow #FECF08
RGB
CMYK
RGB Variations
Color information
#FECF08 (or 0xFECF08) is known color: Tangerine Yellow. HEX triplet: FE, CF and 08. RGB value is (254,207,8). Sum of RGB (Red+Green+Blue) = 254+207+8=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 8 (3.52% from 255 or 1.71% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECF08 is #0130F7. Grayscale: #C7C7C7. Windows color (decimal): -78072 or 577534. OLE color: 577534.
HSL color Cylindrical-coordinate representation of color #FECF08: hue angle of 48.54º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FECF08 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 8 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.00 |
| HSL | 48.54º | 0.99% | 0.51% | - |
| HSV(B) | 48.54º | 0.97% | 1% | - |
| XYZ | 63.23 | 65.71 | 9.58 | - |
| YUV | 198.37 | 20.57 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 8 | 0 | 0.19 | 0.97 | 0.00 | 48.54 | 0.99 | 0.51 |
| Hex | FE | CF | 8 | 0 | 13 | 61 | 0 | 31 | 63 | 33 |
| Octal | 376 | 317 | 10 | 0 | 23 | 141 | 0 | 61 | 143 | 63 |
| Binary | 11111110 | 11001111 | 1000 | 0 | 10011 | 1100001 | 0 | 110001 | 1100011 | 110011 |
Color Harmonies of #FECF08
Complementary color
Monochromatic Colors of #FECF08
Black with #FECF08
Text Example
Text Example
White with #FECF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF08; }
p { color: rgb(254,207,8); }
H1.HeaderClassName
{
color: #FECF08;
}
.AnyTagClassName
{
color: #FECF08;
}
</style>
background-color css
<style>
a { background-color: #FECF08; }
a { background-color: rgb(254,207,8); }
div.DivClassName
{
background-color: #FECF08;
}
.BgClassName
{
background-color: #FECF08;
}
</style>
border-color css
<style>
span { border-color: #FECF08; }
span { border-color: rgb(254,207,8); }
td.TdClassName
{
border-color: #FECF08;
}
.TagClassName
{
border-color: #FECF08;
}
</style>