Shades of Tangerine Yellow #FECA08
Tints of Tangerine Yellow #FECA08
RGB
CMYK
RGB Variations
Color information
#FECA08 (or 0xFECA08) is known color: Tangerine Yellow. HEX triplet: FE, CA and 08. RGB value is (254,202,8). Sum of RGB (Red+Green+Blue) = 254+202+8=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 8 (3.52% from 255 or 1.72% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECA08 is #0135F7. Grayscale: #C4C4C4. Windows color (decimal): -79352 or 576254. OLE color: 576254.
HSL color Cylindrical-coordinate representation of color #FECA08: hue angle of 47.32º 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 #FECA08 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 8 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.00 |
| HSL | 47.32º | 0.99% | 0.51% | - |
| HSV(B) | 47.32º | 0.97% | 1% | - |
| XYZ | 62.04 | 63.33 | 9.18 | - |
| YUV | 195.43 | 22.23 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 8 | 0 | 0.20 | 0.97 | 0.00 | 47.32 | 0.99 | 0.51 |
| Hex | FE | CA | 8 | 0 | 14 | 61 | 0 | 2F | 63 | 33 |
| Octal | 376 | 312 | 10 | 0 | 24 | 141 | 0 | 57 | 143 | 63 |
| Binary | 11111110 | 11001010 | 1000 | 0 | 10100 | 1100001 | 0 | 101111 | 1100011 | 110011 |
Color Harmonies of #FECA08
Complementary color
Monochromatic Colors of #FECA08
Black with #FECA08
Text Example
Text Example
White with #FECA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA08; }
p { color: rgb(254,202,8); }
H1.HeaderClassName
{
color: #FECA08;
}
.AnyTagClassName
{
color: #FECA08;
}
</style>
background-color css
<style>
a { background-color: #FECA08; }
a { background-color: rgb(254,202,8); }
div.DivClassName
{
background-color: #FECA08;
}
.BgClassName
{
background-color: #FECA08;
}
</style>
border-color css
<style>
span { border-color: #FECA08; }
span { border-color: rgb(254,202,8); }
td.TdClassName
{
border-color: #FECA08;
}
.TagClassName
{
border-color: #FECA08;
}
</style>