Shades of Tangerine Yellow #FECF02
Tints of Tangerine Yellow #FECF02
RGB
CMYK
RGB Variations
Color information
#FECF02 (or 0xFECF02) is known color: Tangerine Yellow. HEX triplet: FE, CF and 02. RGB value is (254,207,2). Sum of RGB (Red+Green+Blue) = 254+207+2=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 2 (1.17% from 255 or 0.43% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECF02 is #0130FD. Grayscale: #C6C6C6. Windows color (decimal): -78078 or 184318. OLE color: 184318.
HSL color Cylindrical-coordinate representation of color #FECF02: hue angle of 48.81º 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 #FECF02 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.00 |
| HSL | 48.81º | 0.99% | 0.5% | - |
| HSV(B) | 48.81º | 0.99% | 1% | - |
| XYZ | 63.2 | 65.7 | 9.41 | - |
| YUV | 197.68 | 17.57 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 2 | 0 | 0.19 | 0.99 | 0.00 | 48.81 | 0.99 | 0.5 |
| Hex | FE | CF | 2 | 0 | 13 | 63 | 0 | 31 | 63 | 32 |
| Octal | 376 | 317 | 2 | 0 | 23 | 143 | 0 | 61 | 143 | 62 |
| Binary | 11111110 | 11001111 | 10 | 0 | 10011 | 1100011 | 0 | 110001 | 1100011 | 110010 |
Color Harmonies of #FECF02
Complementary color
Monochromatic Colors of #FECF02
Black with #FECF02
Text Example
Text Example
White with #FECF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF02; }
p { color: rgb(254,207,2); }
H1.HeaderClassName
{
color: #FECF02;
}
.AnyTagClassName
{
color: #FECF02;
}
</style>
background-color css
<style>
a { background-color: #FECF02; }
a { background-color: rgb(254,207,2); }
div.DivClassName
{
background-color: #FECF02;
}
.BgClassName
{
background-color: #FECF02;
}
</style>
border-color css
<style>
span { border-color: #FECF02; }
span { border-color: rgb(254,207,2); }
td.TdClassName
{
border-color: #FECF02;
}
.TagClassName
{
border-color: #FECF02;
}
</style>