Shades of Tangerine Yellow #F0CC08
Tints of Tangerine Yellow #F0CC08
RGB
CMYK
RGB Variations
Color information
#F0CC08 (or 0xF0CC08) is known color: Tangerine Yellow. HEX triplet: F0, CC and 08. RGB value is (240,204,8). Sum of RGB (Red+Green+Blue) = 240+204+8=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 8 (3.52% from 255 or 1.77% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CC08 is #0F33F7. Grayscale: #C1C1C1. Windows color (decimal): -996344 or 576752. OLE color: 576752.
HSL color Cylindrical-coordinate representation of color #F0CC08: hue angle of 50.69º 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 #F0CC08 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 8 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.06 |
| HSL | 50.69º | 0.94% | 0.49% | - |
| HSV(B) | 50.69º | 0.97% | 0.94% | - |
| XYZ | 57.57 | 61.73 | 9.11 | - |
| YUV | 192.42 | 23.93 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 8 | 0 | 0.15 | 0.97 | 0.06 | 50.69 | 0.94 | 0.49 |
| Hex | F0 | CC | 8 | 0 | F | 61 | 6 | 33 | 5E | 31 |
| Octal | 360 | 314 | 10 | 0 | 17 | 141 | 6 | 63 | 136 | 61 |
| Binary | 11110000 | 11001100 | 1000 | 0 | 1111 | 1100001 | 110 | 110011 | 1011110 | 110001 |
Color Harmonies of #F0CC08
Complementary color
Monochromatic Colors of #F0CC08
Black with #F0CC08
Text Example
Text Example
White with #F0CC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CC08; }
p { color: rgb(240,204,8); }
H1.HeaderClassName
{
color: #F0CC08;
}
.AnyTagClassName
{
color: #F0CC08;
}
</style>
background-color css
<style>
a { background-color: #F0CC08; }
a { background-color: rgb(240,204,8); }
div.DivClassName
{
background-color: #F0CC08;
}
.BgClassName
{
background-color: #F0CC08;
}
</style>
border-color css
<style>
span { border-color: #F0CC08; }
span { border-color: rgb(240,204,8); }
td.TdClassName
{
border-color: #F0CC08;
}
.TagClassName
{
border-color: #F0CC08;
}
</style>