Shades of Tangerine Yellow #FFCE04
Tints of Tangerine Yellow #FFCE04
RGB
CMYK
RGB Variations
Color information
#FFCE04 (or 0xFFCE04) is known color: Tangerine Yellow. HEX triplet: FF, CE and 04. RGB value is (255,206,4). Sum of RGB (Red+Green+Blue) = 255+206+4=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 4 (1.95% from 255 or 0.86% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCE04 is #0031FB. Grayscale: #C6C6C6. Windows color (decimal): -12796 or 315135. OLE color: 315135.
HSL color Cylindrical-coordinate representation of color #FFCE04: hue angle of 48.29º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFCE04 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 4 | - |
| CMYK | 0 | 0.19 | 0.98 | 0 |
| HSL | 48.29º | 1% | 0.51% | - |
| HSV(B) | 48.29º | 0.98% | 1% | - |
| XYZ | 63.33 | 65.41 | 9.4 | - |
| YUV | 197.62 | 18.73 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 4 | 0 | 0.19 | 0.98 | 0 | 48.29 | 1 | 0.51 |
| Hex | FF | CE | 4 | 0 | 13 | 62 | 0 | 30 | 64 | 33 |
| Octal | 377 | 316 | 4 | 0 | 23 | 142 | 0 | 60 | 144 | 63 |
| Binary | 11111111 | 11001110 | 100 | 0 | 10011 | 1100010 | 0 | 110000 | 1100100 | 110011 |
Color Harmonies of #FFCE04
Complementary color
Monochromatic Colors of #FFCE04
Black with #FFCE04
Text Example
Text Example
White with #FFCE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE04; }
p { color: rgb(255,206,4); }
H1.HeaderClassName
{
color: #FFCE04;
}
.AnyTagClassName
{
color: #FFCE04;
}
</style>
background-color css
<style>
a { background-color: #FFCE04; }
a { background-color: rgb(255,206,4); }
div.DivClassName
{
background-color: #FFCE04;
}
.BgClassName
{
background-color: #FFCE04;
}
</style>
border-color css
<style>
span { border-color: #FFCE04; }
span { border-color: rgb(255,206,4); }
td.TdClassName
{
border-color: #FFCE04;
}
.TagClassName
{
border-color: #FFCE04;
}
</style>