Shades of Tangerine Yellow #FECD03
Tints of Tangerine Yellow #FECD03
RGB
CMYK
RGB Variations
Color information
#FECD03 (or 0xFECD03) is known color: Tangerine Yellow. HEX triplet: FE, CD and 03. RGB value is (254,205,3). Sum of RGB (Red+Green+Blue) = 254+205+3=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 3 (1.56% from 255 or 0.65% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECD03 is #0132FC. Grayscale: #C5C5C5. Windows color (decimal): -78589 or 249342. OLE color: 249342.
HSL color Cylindrical-coordinate representation of color #FECD03: hue angle of 48.29º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FECD03 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 3 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.00 |
| HSL | 48.29º | 0.99% | 0.5% | - |
| HSV(B) | 48.29º | 0.99% | 1% | - |
| XYZ | 62.72 | 64.74 | 9.28 | - |
| YUV | 196.62 | 18.73 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 3 | 0 | 0.19 | 0.99 | 0.00 | 48.29 | 0.99 | 0.5 |
| Hex | FE | CD | 3 | 0 | 13 | 63 | 0 | 30 | 63 | 32 |
| Octal | 376 | 315 | 3 | 0 | 23 | 143 | 0 | 60 | 143 | 62 |
| Binary | 11111110 | 11001101 | 11 | 0 | 10011 | 1100011 | 0 | 110000 | 1100011 | 110010 |
Color Harmonies of #FECD03
Complementary color
Monochromatic Colors of #FECD03
Black with #FECD03
Text Example
Text Example
White with #FECD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD03; }
p { color: rgb(254,205,3); }
H1.HeaderClassName
{
color: #FECD03;
}
.AnyTagClassName
{
color: #FECD03;
}
</style>
background-color css
<style>
a { background-color: #FECD03; }
a { background-color: rgb(254,205,3); }
div.DivClassName
{
background-color: #FECD03;
}
.BgClassName
{
background-color: #FECD03;
}
</style>
border-color css
<style>
span { border-color: #FECD03; }
span { border-color: rgb(254,205,3); }
td.TdClassName
{
border-color: #FECD03;
}
.TagClassName
{
border-color: #FECD03;
}
</style>