Shades of Tangerine Yellow #FECD00
Tints of Tangerine Yellow #FECD00
RGB
CMYK
RGB Variations
Color information
#FECD00 (or 0xFECD00) is known color: Tangerine Yellow. HEX triplet: FE, CD and 00. RGB value is (254,205,0). Sum of RGB (Red+Green+Blue) = 254+205+0=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 0 (0.39% from 255 or 0% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECD00 is #0132FF. Grayscale: #C5C5C5. Windows color (decimal): -78592 or 52734. OLE color: 52734.
HSL color Cylindrical-coordinate representation of color #FECD00: hue angle of 48.43º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FECD00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.00 |
| HSL | 48.43º | 1% | 0.5% | - |
| HSV(B) | 48.43º | 1% | 1% | - |
| XYZ | 62.7 | 64.73 | 9.19 | - |
| YUV | 196.28 | 17.23 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 0 | 0 | 0.19 | 1 | 0.00 | 48.43 | 1 | 0.5 |
| Hex | FE | CD | 0 | 0 | 13 | 64 | 0 | 30 | 64 | 32 |
| Octal | 376 | 315 | 0 | 0 | 23 | 144 | 0 | 60 | 144 | 62 |
| Binary | 11111110 | 11001101 | 0 | 0 | 10011 | 1100100 | 0 | 110000 | 1100100 | 110010 |
Color Harmonies of #FECD00
Complementary color
Monochromatic Colors of #FECD00
Black with #FECD00
Text Example
Text Example
White with #FECD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD00; }
p { color: rgb(254,205,0); }
H1.HeaderClassName
{
color: #FECD00;
}
.AnyTagClassName
{
color: #FECD00;
}
</style>
background-color css
<style>
a { background-color: #FECD00; }
a { background-color: rgb(254,205,0); }
div.DivClassName
{
background-color: #FECD00;
}
.BgClassName
{
background-color: #FECD00;
}
</style>
border-color css
<style>
span { border-color: #FECD00; }
span { border-color: rgb(254,205,0); }
td.TdClassName
{
border-color: #FECD00;
}
.TagClassName
{
border-color: #FECD00;
}
</style>