Shades of Tangerine Yellow #FECF0F
Tints of Tangerine Yellow #FECF0F
RGB
CMYK
RGB Variations
Color information
#FECF0F (or 0xFECF0F) is known color: Tangerine Yellow. HEX triplet: FE, CF and 0F. RGB value is (254,207,15). Sum of RGB (Red+Green+Blue) = 254+207+15=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 15 (6.25% from 255 or 3.15% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECF0F is #0130F0. Grayscale: #C7C7C7. Windows color (decimal): -78065 or 1036286. OLE color: 1036286.
HSL color Cylindrical-coordinate representation of color #FECF0F: hue angle of 48.2º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FECF0F is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 15 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.00 |
| HSL | 48.2º | 0.99% | 0.53% | - |
| HSV(B) | 48.2º | 0.94% | 1% | - |
| XYZ | 63.27 | 65.73 | 9.8 | - |
| YUV | 199.17 | 24.07 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 15 | 0 | 0.19 | 0.94 | 0.00 | 48.2 | 0.99 | 0.53 |
| Hex | FE | CF | F | 0 | 13 | 5E | 0 | 30 | 63 | 35 |
| Octal | 376 | 317 | 17 | 0 | 23 | 136 | 0 | 60 | 143 | 65 |
| Binary | 11111110 | 11001111 | 1111 | 0 | 10011 | 1011110 | 0 | 110000 | 1100011 | 110101 |
Color Harmonies of #FECF0F
Complementary color
Monochromatic Colors of #FECF0F
Black with #FECF0F
Text Example
Text Example
White with #FECF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF0F; }
p { color: rgb(254,207,15); }
H1.HeaderClassName
{
color: #FECF0F;
}
.AnyTagClassName
{
color: #FECF0F;
}
</style>
background-color css
<style>
a { background-color: #FECF0F; }
a { background-color: rgb(254,207,15); }
div.DivClassName
{
background-color: #FECF0F;
}
.BgClassName
{
background-color: #FECF0F;
}
</style>
border-color css
<style>
span { border-color: #FECF0F; }
span { border-color: rgb(254,207,15); }
td.TdClassName
{
border-color: #FECF0F;
}
.TagClassName
{
border-color: #FECF0F;
}
</style>