Shades of Tangerine Yellow #FECB07
Tints of Tangerine Yellow #FECB07
RGB
CMYK
RGB Variations
Color information
#FECB07 (or 0xFECB07) is known color: Tangerine Yellow. HEX triplet: FE, CB and 07. RGB value is (254,203,7). Sum of RGB (Red+Green+Blue) = 254+203+7=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 7 (3.12% from 255 or 1.51% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECB07 is #0134F8. Grayscale: #C4C4C4. Windows color (decimal): -79097 or 510974. OLE color: 510974.
HSL color Cylindrical-coordinate representation of color #FECB07: hue angle of 47.61º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FECB07 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 7 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.00 |
| HSL | 47.61º | 0.99% | 0.51% | - |
| HSV(B) | 47.61º | 0.97% | 1% | - |
| XYZ | 62.27 | 63.8 | 9.23 | - |
| YUV | 195.91 | 21.4 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 7 | 0 | 0.20 | 0.97 | 0.00 | 47.61 | 0.99 | 0.51 |
| Hex | FE | CB | 7 | 0 | 14 | 61 | 0 | 30 | 63 | 33 |
| Octal | 376 | 313 | 7 | 0 | 24 | 141 | 0 | 60 | 143 | 63 |
| Binary | 11111110 | 11001011 | 111 | 0 | 10100 | 1100001 | 0 | 110000 | 1100011 | 110011 |
Color Harmonies of #FECB07
Complementary color
Monochromatic Colors of #FECB07
Black with #FECB07
Text Example
Text Example
White with #FECB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB07; }
p { color: rgb(254,203,7); }
H1.HeaderClassName
{
color: #FECB07;
}
.AnyTagClassName
{
color: #FECB07;
}
</style>
background-color css
<style>
a { background-color: #FECB07; }
a { background-color: rgb(254,203,7); }
div.DivClassName
{
background-color: #FECB07;
}
.BgClassName
{
background-color: #FECB07;
}
</style>
border-color css
<style>
span { border-color: #FECB07; }
span { border-color: rgb(254,203,7); }
td.TdClassName
{
border-color: #FECB07;
}
.TagClassName
{
border-color: #FECB07;
}
</style>