Shades of Tangerine Yellow #FECD06
Tints of Tangerine Yellow #FECD06
RGB
CMYK
RGB Variations
Color information
#FECD06 (or 0xFECD06) is known color: Tangerine Yellow. HEX triplet: FE, CD and 06. RGB value is (254,205,6). Sum of RGB (Red+Green+Blue) = 254+205+6=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 6 (2.73% from 255 or 1.29% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECD06 is #0132F9. Grayscale: #C5C5C5. Windows color (decimal): -78586 or 445950. OLE color: 445950.
HSL color Cylindrical-coordinate representation of color #FECD06: hue angle of 48.15º 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 #FECD06 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 6 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.00 |
| HSL | 48.15º | 0.99% | 0.51% | - |
| HSV(B) | 48.15º | 0.98% | 1% | - |
| XYZ | 62.74 | 64.75 | 9.36 | - |
| YUV | 196.97 | 20.23 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 6 | 0 | 0.19 | 0.98 | 0.00 | 48.15 | 0.99 | 0.51 |
| Hex | FE | CD | 6 | 0 | 13 | 62 | 0 | 30 | 63 | 33 |
| Octal | 376 | 315 | 6 | 0 | 23 | 142 | 0 | 60 | 143 | 63 |
| Binary | 11111110 | 11001101 | 110 | 0 | 10011 | 1100010 | 0 | 110000 | 1100011 | 110011 |
Color Harmonies of #FECD06
Complementary color
Monochromatic Colors of #FECD06
Black with #FECD06
Text Example
Text Example
White with #FECD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD06; }
p { color: rgb(254,205,6); }
H1.HeaderClassName
{
color: #FECD06;
}
.AnyTagClassName
{
color: #FECD06;
}
</style>
background-color css
<style>
a { background-color: #FECD06; }
a { background-color: rgb(254,205,6); }
div.DivClassName
{
background-color: #FECD06;
}
.BgClassName
{
background-color: #FECD06;
}
</style>
border-color css
<style>
span { border-color: #FECD06; }
span { border-color: rgb(254,205,6); }
td.TdClassName
{
border-color: #FECD06;
}
.TagClassName
{
border-color: #FECD06;
}
</style>