Shades of Tangerine Yellow #FECF11
Tints of Tangerine Yellow #FECF11
RGB
CMYK
RGB Variations
Color information
#FECF11 (or 0xFECF11) is known color: Tangerine Yellow. HEX triplet: FE, CF and 11. RGB value is (254,207,17). Sum of RGB (Red+Green+Blue) = 254+207+17=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 17 (7.03% from 255 or 3.56% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECF11 is #0130EE. Grayscale: #C8C8C8. Windows color (decimal): -78063 or 1167358. OLE color: 1167358.
HSL color Cylindrical-coordinate representation of color #FECF11: hue angle of 48.1º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FECF11 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 17 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.00 |
| HSL | 48.1º | 0.99% | 0.53% | - |
| HSV(B) | 48.1º | 0.93% | 1% | - |
| XYZ | 63.29 | 65.74 | 9.88 | - |
| YUV | 199.39 | 25.07 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 17 | 0 | 0.19 | 0.93 | 0.00 | 48.1 | 0.99 | 0.53 |
| Hex | FE | CF | 11 | 0 | 13 | 5D | 0 | 30 | 63 | 35 |
| Octal | 376 | 317 | 21 | 0 | 23 | 135 | 0 | 60 | 143 | 65 |
| Binary | 11111110 | 11001111 | 10001 | 0 | 10011 | 1011101 | 0 | 110000 | 1100011 | 110101 |
Color Harmonies of #FECF11
Complementary color
Monochromatic Colors of #FECF11
Black with #FECF11
Text Example
Text Example
White with #FECF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF11; }
p { color: rgb(254,207,17); }
H1.HeaderClassName
{
color: #FECF11;
}
.AnyTagClassName
{
color: #FECF11;
}
</style>
background-color css
<style>
a { background-color: #FECF11; }
a { background-color: rgb(254,207,17); }
div.DivClassName
{
background-color: #FECF11;
}
.BgClassName
{
background-color: #FECF11;
}
</style>
border-color css
<style>
span { border-color: #FECF11; }
span { border-color: rgb(254,207,17); }
td.TdClassName
{
border-color: #FECF11;
}
.TagClassName
{
border-color: #FECF11;
}
</style>