Shades of Tangerine Yellow #FFCE12
Tints of Tangerine Yellow #FFCE12
RGB
CMYK
RGB Variations
Color information
#FFCE12 (or 0xFFCE12) is known color: Tangerine Yellow. HEX triplet: FF, CE and 12. RGB value is (255,206,18). Sum of RGB (Red+Green+Blue) = 255+206+18=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 18 (7.42% from 255 or 3.76% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCE12 is #0031ED. Grayscale: #C8C8C8. Windows color (decimal): -12782 or 1232639. OLE color: 1232639.
HSL color Cylindrical-coordinate representation of color #FFCE12: hue angle of 47.59º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFCE12 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 18 | - |
| CMYK | 0 | 0.19 | 0.93 | 0 |
| HSL | 47.59º | 1% | 0.54% | - |
| HSV(B) | 47.59º | 0.93% | 1% | - |
| XYZ | 63.42 | 65.45 | 9.86 | - |
| YUV | 199.22 | 25.73 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 18 | 0 | 0.19 | 0.93 | 0 | 47.59 | 1 | 0.54 |
| Hex | FF | CE | 12 | 0 | 13 | 5D | 0 | 30 | 64 | 36 |
| Octal | 377 | 316 | 22 | 0 | 23 | 135 | 0 | 60 | 144 | 66 |
| Binary | 11111111 | 11001110 | 10010 | 0 | 10011 | 1011101 | 0 | 110000 | 1100100 | 110110 |
Color Harmonies of #FFCE12
Complementary color
Monochromatic Colors of #FFCE12
Black with #FFCE12
Text Example
Text Example
White with #FFCE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE12; }
p { color: rgb(255,206,18); }
H1.HeaderClassName
{
color: #FFCE12;
}
.AnyTagClassName
{
color: #FFCE12;
}
</style>
background-color css
<style>
a { background-color: #FFCE12; }
a { background-color: rgb(255,206,18); }
div.DivClassName
{
background-color: #FFCE12;
}
.BgClassName
{
background-color: #FFCE12;
}
</style>
border-color css
<style>
span { border-color: #FFCE12; }
span { border-color: rgb(255,206,18); }
td.TdClassName
{
border-color: #FFCE12;
}
.TagClassName
{
border-color: #FFCE12;
}
</style>