Shades of Tangerine Yellow #FECA05
Tints of Tangerine Yellow #FECA05
RGB
CMYK
RGB Variations
Color information
#FECA05 (or 0xFECA05) is known color: Tangerine Yellow. HEX triplet: FE, CA and 05. RGB value is (254,202,5). Sum of RGB (Red+Green+Blue) = 254+202+5=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 5 (2.34% from 255 or 1.08% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECA05 is #0135FA. Grayscale: #C3C3C3. Windows color (decimal): -79355 or 379646. OLE color: 379646.
HSL color Cylindrical-coordinate representation of color #FECA05: hue angle of 47.47º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FECA05 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 5 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.00 |
| HSL | 47.47º | 0.99% | 0.51% | - |
| HSV(B) | 47.47º | 0.98% | 1% | - |
| XYZ | 62.02 | 63.32 | 9.1 | - |
| YUV | 195.09 | 20.73 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 5 | 0 | 0.20 | 0.98 | 0.00 | 47.47 | 0.99 | 0.51 |
| Hex | FE | CA | 5 | 0 | 14 | 62 | 0 | 2F | 63 | 33 |
| Octal | 376 | 312 | 5 | 0 | 24 | 142 | 0 | 57 | 143 | 63 |
| Binary | 11111110 | 11001010 | 101 | 0 | 10100 | 1100010 | 0 | 101111 | 1100011 | 110011 |
Color Harmonies of #FECA05
Complementary color
Monochromatic Colors of #FECA05
Black with #FECA05
Text Example
Text Example
White with #FECA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA05; }
p { color: rgb(254,202,5); }
H1.HeaderClassName
{
color: #FECA05;
}
.AnyTagClassName
{
color: #FECA05;
}
</style>
background-color css
<style>
a { background-color: #FECA05; }
a { background-color: rgb(254,202,5); }
div.DivClassName
{
background-color: #FECA05;
}
.BgClassName
{
background-color: #FECA05;
}
</style>
border-color css
<style>
span { border-color: #FECA05; }
span { border-color: rgb(254,202,5); }
td.TdClassName
{
border-color: #FECA05;
}
.TagClassName
{
border-color: #FECA05;
}
</style>