Shades of Tangerine Yellow #FECF03
Tints of Tangerine Yellow #FECF03
RGB
CMYK
RGB Variations
Color information
#FECF03 (or 0xFECF03) is known color: Tangerine Yellow. HEX triplet: FE, CF and 03. RGB value is (254,207,3). Sum of RGB (Red+Green+Blue) = 254+207+3=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 3 (1.56% from 255 or 0.65% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECF03 is #0130FC. Grayscale: #C6C6C6. Windows color (decimal): -78077 or 249854. OLE color: 249854.
HSL color Cylindrical-coordinate representation of color #FECF03: hue angle of 48.76º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FECF03 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 3 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.00 |
| HSL | 48.76º | 0.99% | 0.5% | - |
| HSV(B) | 48.76º | 0.99% | 1% | - |
| XYZ | 63.2 | 65.7 | 9.44 | - |
| YUV | 197.8 | 18.07 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 3 | 0 | 0.19 | 0.99 | 0.00 | 48.76 | 0.99 | 0.5 |
| Hex | FE | CF | 3 | 0 | 13 | 63 | 0 | 31 | 63 | 32 |
| Octal | 376 | 317 | 3 | 0 | 23 | 143 | 0 | 61 | 143 | 62 |
| Binary | 11111110 | 11001111 | 11 | 0 | 10011 | 1100011 | 0 | 110001 | 1100011 | 110010 |
Color Harmonies of #FECF03
Complementary color
Monochromatic Colors of #FECF03
Black with #FECF03
Text Example
Text Example
White with #FECF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF03; }
p { color: rgb(254,207,3); }
H1.HeaderClassName
{
color: #FECF03;
}
.AnyTagClassName
{
color: #FECF03;
}
</style>
background-color css
<style>
a { background-color: #FECF03; }
a { background-color: rgb(254,207,3); }
div.DivClassName
{
background-color: #FECF03;
}
.BgClassName
{
background-color: #FECF03;
}
</style>
border-color css
<style>
span { border-color: #FECF03; }
span { border-color: rgb(254,207,3); }
td.TdClassName
{
border-color: #FECF03;
}
.TagClassName
{
border-color: #FECF03;
}
</style>