Shades of Tangerine Yellow #FECB02
Tints of Tangerine Yellow #FECB02
RGB
CMYK
RGB Variations
Color information
#FECB02 (or 0xFECB02) is known color: Tangerine Yellow. HEX triplet: FE, CB and 02. RGB value is (254,203,2). Sum of RGB (Red+Green+Blue) = 254+203+2=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 2 (1.17% from 255 or 0.44% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECB02 is #0134FD. Grayscale: #C4C4C4. Windows color (decimal): -79102 or 183294. OLE color: 183294.
HSL color Cylindrical-coordinate representation of color #FECB02: hue angle of 47.86º 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 #FECB02 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 2 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.00 |
| HSL | 47.86º | 0.99% | 0.5% | - |
| HSV(B) | 47.86º | 0.99% | 1% | - |
| XYZ | 62.24 | 63.79 | 9.09 | - |
| YUV | 195.34 | 18.9 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 2 | 0 | 0.20 | 0.99 | 0.00 | 47.86 | 0.99 | 0.5 |
| Hex | FE | CB | 2 | 0 | 14 | 63 | 0 | 30 | 63 | 32 |
| Octal | 376 | 313 | 2 | 0 | 24 | 143 | 0 | 60 | 143 | 62 |
| Binary | 11111110 | 11001011 | 10 | 0 | 10100 | 1100011 | 0 | 110000 | 1100011 | 110010 |
Color Harmonies of #FECB02
Complementary color
Monochromatic Colors of #FECB02
Black with #FECB02
Text Example
Text Example
White with #FECB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB02; }
p { color: rgb(254,203,2); }
H1.HeaderClassName
{
color: #FECB02;
}
.AnyTagClassName
{
color: #FECB02;
}
</style>
background-color css
<style>
a { background-color: #FECB02; }
a { background-color: rgb(254,203,2); }
div.DivClassName
{
background-color: #FECB02;
}
.BgClassName
{
background-color: #FECB02;
}
</style>
border-color css
<style>
span { border-color: #FECB02; }
span { border-color: rgb(254,203,2); }
td.TdClassName
{
border-color: #FECB02;
}
.TagClassName
{
border-color: #FECB02;
}
</style>