Shades of Tangerine Yellow #FFCE00
Tints of Tangerine Yellow #FFCE00
RGB
CMYK
RGB Variations
Color information
#FFCE00 (or 0xFFCE00) is known color: Tangerine Yellow. HEX triplet: FF, CE and 00. RGB value is (255,206,0). Sum of RGB (Red+Green+Blue) = 255+206+0=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 0 (0.39% from 255 or 0% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCE00 is #0031FF. Grayscale: #C6C6C6. Windows color (decimal): -12800 or 52991. OLE color: 52991.
HSL color Cylindrical-coordinate representation of color #FFCE00: hue angle of 48.47º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFCE00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 206 | 0 | - |
CMYK | 0 | 0.19 | 1 | 0 |
HSL | 48.47º | 1% | 0.5% | - |
HSV(B) | 48.47º | 1% | 1% | - |
XYZ | 63.31 | 65.4 | 9.29 | - |
YUV | 197.17 | 16.73 | 169.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 206 | 0 | 0 | 0.19 | 1 | 0 | 48.47 | 1 | 0.5 |
Hex | FF | CE | 0 | 0 | 13 | 64 | 0 | 30 | 64 | 32 |
Octal | 377 | 316 | 0 | 0 | 23 | 144 | 0 | 60 | 144 | 62 |
Binary | 11111111 | 11001110 | 0 | 0 | 10011 | 1100100 | 0 | 110000 | 1100100 | 110010 |
Color Harmonies of #FFCE00
Complementary color
Monochromatic Colors of #FFCE00
Black with #FFCE00
Text Example
Text Example
White with #FFCE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE00; }
p { color: rgb(255,206,0); }
H1.HeaderClassName
{
color: #FFCE00;
}
.AnyTagClassName
{
color: #FFCE00;
}
</style>
background-color css
<style>
a { background-color: #FFCE00; }
a { background-color: rgb(255,206,0); }
div.DivClassName
{
background-color: #FFCE00;
}
.BgClassName
{
background-color: #FFCE00;
}
</style>
border-color css
<style>
span { border-color: #FFCE00; }
span { border-color: rgb(255,206,0); }
td.TdClassName
{
border-color: #FFCE00;
}
.TagClassName
{
border-color: #FFCE00;
}
</style>