Shades of Tangerine Yellow #FECA0D
Tints of Tangerine Yellow #FECA0D
RGB
CMYK
RGB Variations
Color information
#FECA0D (or 0xFECA0D) is known color: Tangerine Yellow. HEX triplet: FE, CA and 0D. RGB value is (254,202,13). Sum of RGB (Red+Green+Blue) = 254+202+13=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 13 (5.47% from 255 or 2.77% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECA0D is #0135F2. Grayscale: #C4C4C4. Windows color (decimal): -79347 or 903934. OLE color: 903934.
HSL color Cylindrical-coordinate representation of color #FECA0D: hue angle of 47.05º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FECA0D is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 13 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.00 |
| HSL | 47.05º | 0.99% | 0.52% | - |
| HSV(B) | 47.05º | 0.95% | 1% | - |
| XYZ | 62.07 | 63.34 | 9.34 | - |
| YUV | 196 | 24.73 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 13 | 0 | 0.20 | 0.95 | 0.00 | 47.05 | 0.99 | 0.52 |
| Hex | FE | CA | D | 0 | 14 | 5F | 0 | 2F | 63 | 34 |
| Octal | 376 | 312 | 15 | 0 | 24 | 137 | 0 | 57 | 143 | 64 |
| Binary | 11111110 | 11001010 | 1101 | 0 | 10100 | 1011111 | 0 | 101111 | 1100011 | 110100 |
Color Harmonies of #FECA0D
Complementary color
Monochromatic Colors of #FECA0D
Black with #FECA0D
Text Example
Text Example
White with #FECA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA0D; }
p { color: rgb(254,202,13); }
H1.HeaderClassName
{
color: #FECA0D;
}
.AnyTagClassName
{
color: #FECA0D;
}
</style>
background-color css
<style>
a { background-color: #FECA0D; }
a { background-color: rgb(254,202,13); }
div.DivClassName
{
background-color: #FECA0D;
}
.BgClassName
{
background-color: #FECA0D;
}
</style>
border-color css
<style>
span { border-color: #FECA0D; }
span { border-color: rgb(254,202,13); }
td.TdClassName
{
border-color: #FECA0D;
}
.TagClassName
{
border-color: #FECA0D;
}
</style>