Shades of Tangerine Yellow #F0CE08
Tints of Tangerine Yellow #F0CE08
RGB
CMYK
RGB Variations
Color information
#F0CE08 (or 0xF0CE08) is known color: Tangerine Yellow. HEX triplet: F0, CE and 08. RGB value is (240,206,8). Sum of RGB (Red+Green+Blue) = 240+206+8=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 8 (3.52% from 255 or 1.76% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CE08 is #0F31F7. Grayscale: #C2C2C2. Windows color (decimal): -995832 or 577264. OLE color: 577264.
HSL color Cylindrical-coordinate representation of color #F0CE08: hue angle of 51.21º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0CE08 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 8 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.06 |
| HSL | 51.21º | 0.94% | 0.49% | - |
| HSV(B) | 51.21º | 0.97% | 0.94% | - |
| XYZ | 58.05 | 62.69 | 9.27 | - |
| YUV | 193.59 | 23.26 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 8 | 0 | 0.14 | 0.97 | 0.06 | 51.21 | 0.94 | 0.49 |
| Hex | F0 | CE | 8 | 0 | E | 61 | 6 | 33 | 5E | 31 |
| Octal | 360 | 316 | 10 | 0 | 16 | 141 | 6 | 63 | 136 | 61 |
| Binary | 11110000 | 11001110 | 1000 | 0 | 1110 | 1100001 | 110 | 110011 | 1011110 | 110001 |
Color Harmonies of #F0CE08
Complementary color
Monochromatic Colors of #F0CE08
Black with #F0CE08
Text Example
Text Example
White with #F0CE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CE08; }
p { color: rgb(240,206,8); }
H1.HeaderClassName
{
color: #F0CE08;
}
.AnyTagClassName
{
color: #F0CE08;
}
</style>
background-color css
<style>
a { background-color: #F0CE08; }
a { background-color: rgb(240,206,8); }
div.DivClassName
{
background-color: #F0CE08;
}
.BgClassName
{
background-color: #F0CE08;
}
</style>
border-color css
<style>
span { border-color: #F0CE08; }
span { border-color: rgb(240,206,8); }
td.TdClassName
{
border-color: #F0CE08;
}
.TagClassName
{
border-color: #F0CE08;
}
</style>