Shades of Tangerine Yellow #FFCE05
Tints of Tangerine Yellow #FFCE05
RGB
CMYK
RGB Variations
Color information
#FFCE05 (or 0xFFCE05) is known color: Tangerine Yellow. HEX triplet: FF, CE and 05. RGB value is (255,206,5). Sum of RGB (Red+Green+Blue) = 255+206+5=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 5 (2.34% from 255 or 1.07% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCE05 is #0031FA. Grayscale: #C6C6C6. Windows color (decimal): -12795 or 380671. OLE color: 380671.
HSL color Cylindrical-coordinate representation of color #FFCE05: hue angle of 48.24º 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 #FFCE05 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 5 | - |
| CMYK | 0 | 0.19 | 0.98 | 0 |
| HSL | 48.24º | 1% | 0.51% | - |
| HSV(B) | 48.24º | 0.98% | 1% | - |
| XYZ | 63.34 | 65.41 | 9.43 | - |
| YUV | 197.74 | 19.23 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 5 | 0 | 0.19 | 0.98 | 0 | 48.24 | 1 | 0.51 |
| Hex | FF | CE | 5 | 0 | 13 | 62 | 0 | 30 | 64 | 33 |
| Octal | 377 | 316 | 5 | 0 | 23 | 142 | 0 | 60 | 144 | 63 |
| Binary | 11111111 | 11001110 | 101 | 0 | 10011 | 1100010 | 0 | 110000 | 1100100 | 110011 |
Color Harmonies of #FFCE05
Complementary color
Monochromatic Colors of #FFCE05
Black with #FFCE05
Text Example
Text Example
White with #FFCE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE05; }
p { color: rgb(255,206,5); }
H1.HeaderClassName
{
color: #FFCE05;
}
.AnyTagClassName
{
color: #FFCE05;
}
</style>
background-color css
<style>
a { background-color: #FFCE05; }
a { background-color: rgb(255,206,5); }
div.DivClassName
{
background-color: #FFCE05;
}
.BgClassName
{
background-color: #FFCE05;
}
</style>
border-color css
<style>
span { border-color: #FFCE05; }
span { border-color: rgb(255,206,5); }
td.TdClassName
{
border-color: #FFCE05;
}
.TagClassName
{
border-color: #FFCE05;
}
</style>