Shades of Tangerine Yellow #FECA0C
Tints of Tangerine Yellow #FECA0C
RGB
CMYK
RGB Variations
Color information
#FECA0C (or 0xFECA0C) is known color: Tangerine Yellow. HEX triplet: FE, CA and 0C. RGB value is (254,202,12). Sum of RGB (Red+Green+Blue) = 254+202+12=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 12 (5.08% from 255 or 2.56% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECA0C is #0135F3. Grayscale: #C4C4C4. Windows color (decimal): -79348 or 838398. OLE color: 838398.
HSL color Cylindrical-coordinate representation of color #FECA0C: hue angle of 47.11º 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 #FECA0C is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 12 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.00 |
| HSL | 47.11º | 0.99% | 0.52% | - |
| HSV(B) | 47.11º | 0.95% | 1% | - |
| XYZ | 62.06 | 63.34 | 9.3 | - |
| YUV | 195.89 | 24.23 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 12 | 0 | 0.20 | 0.95 | 0.00 | 47.11 | 0.99 | 0.52 |
| Hex | FE | CA | C | 0 | 14 | 5F | 0 | 2F | 63 | 34 |
| Octal | 376 | 312 | 14 | 0 | 24 | 137 | 0 | 57 | 143 | 64 |
| Binary | 11111110 | 11001010 | 1100 | 0 | 10100 | 1011111 | 0 | 101111 | 1100011 | 110100 |
Color Harmonies of #FECA0C
Complementary color
Monochromatic Colors of #FECA0C
Black with #FECA0C
Text Example
Text Example
White with #FECA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA0C; }
p { color: rgb(254,202,12); }
H1.HeaderClassName
{
color: #FECA0C;
}
.AnyTagClassName
{
color: #FECA0C;
}
</style>
background-color css
<style>
a { background-color: #FECA0C; }
a { background-color: rgb(254,202,12); }
div.DivClassName
{
background-color: #FECA0C;
}
.BgClassName
{
background-color: #FECA0C;
}
</style>
border-color css
<style>
span { border-color: #FECA0C; }
span { border-color: rgb(254,202,12); }
td.TdClassName
{
border-color: #FECA0C;
}
.TagClassName
{
border-color: #FECA0C;
}
</style>