Shades of Tangerine Yellow #FECE02
Tints of Tangerine Yellow #FECE02
RGB
CMYK
RGB Variations
Color information
#FECE02 (or 0xFECE02) is known color: Tangerine Yellow. HEX triplet: FE, CE and 02. RGB value is (254,206,2). Sum of RGB (Red+Green+Blue) = 254+206+2=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 2 (1.17% from 255 or 0.43% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECE02 is #0131FD. Grayscale: #C5C5C5. Windows color (decimal): -78334 or 184062. OLE color: 184062.
HSL color Cylindrical-coordinate representation of color #FECE02: hue angle of 48.57º 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 #FECE02 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.00 |
| HSL | 48.57º | 0.99% | 0.5% | - |
| HSV(B) | 48.57º | 0.99% | 1% | - |
| XYZ | 62.96 | 65.22 | 9.33 | - |
| YUV | 197.1 | 17.9 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 2 | 0 | 0.19 | 0.99 | 0.00 | 48.57 | 0.99 | 0.5 |
| Hex | FE | CE | 2 | 0 | 13 | 63 | 0 | 31 | 63 | 32 |
| Octal | 376 | 316 | 2 | 0 | 23 | 143 | 0 | 61 | 143 | 62 |
| Binary | 11111110 | 11001110 | 10 | 0 | 10011 | 1100011 | 0 | 110001 | 1100011 | 110010 |
Color Harmonies of #FECE02
Complementary color
Monochromatic Colors of #FECE02
Black with #FECE02
Text Example
Text Example
White with #FECE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE02; }
p { color: rgb(254,206,2); }
H1.HeaderClassName
{
color: #FECE02;
}
.AnyTagClassName
{
color: #FECE02;
}
</style>
background-color css
<style>
a { background-color: #FECE02; }
a { background-color: rgb(254,206,2); }
div.DivClassName
{
background-color: #FECE02;
}
.BgClassName
{
background-color: #FECE02;
}
</style>
border-color css
<style>
span { border-color: #FECE02; }
span { border-color: rgb(254,206,2); }
td.TdClassName
{
border-color: #FECE02;
}
.TagClassName
{
border-color: #FECE02;
}
</style>