Shades of Tangerine Yellow #F0CC02
Tints of Tangerine Yellow #F0CC02
RGB
CMYK
RGB Variations
Color information
#F0CC02 (or 0xF0CC02) is known color: Tangerine Yellow. HEX triplet: F0, CC and 02. RGB value is (240,204,2). Sum of RGB (Red+Green+Blue) = 240+204+2=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 2 (1.17% from 255 or 0.45% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CC02 is #0F33FD. Grayscale: #C0C0C0. Windows color (decimal): -996350 or 183536. OLE color: 183536.
HSL color Cylindrical-coordinate representation of color #F0CC02: hue angle of 50.92º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0CC02 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.06 |
| HSL | 50.92º | 0.98% | 0.47% | - |
| HSV(B) | 50.92º | 0.99% | 0.94% | - |
| XYZ | 57.54 | 61.72 | 8.94 | - |
| YUV | 191.74 | 20.93 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 2 | 0 | 0.15 | 0.99 | 0.06 | 50.92 | 0.98 | 0.47 |
| Hex | F0 | CC | 2 | 0 | F | 63 | 6 | 33 | 62 | 2F |
| Octal | 360 | 314 | 2 | 0 | 17 | 143 | 6 | 63 | 142 | 57 |
| Binary | 11110000 | 11001100 | 10 | 0 | 1111 | 1100011 | 110 | 110011 | 1100010 | 101111 |
Color Harmonies of #F0CC02
Complementary color
Monochromatic Colors of #F0CC02
Black with #F0CC02
Text Example
Text Example
White with #F0CC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CC02; }
p { color: rgb(240,204,2); }
H1.HeaderClassName
{
color: #F0CC02;
}
.AnyTagClassName
{
color: #F0CC02;
}
</style>
background-color css
<style>
a { background-color: #F0CC02; }
a { background-color: rgb(240,204,2); }
div.DivClassName
{
background-color: #F0CC02;
}
.BgClassName
{
background-color: #F0CC02;
}
</style>
border-color css
<style>
span { border-color: #F0CC02; }
span { border-color: rgb(240,204,2); }
td.TdClassName
{
border-color: #F0CC02;
}
.TagClassName
{
border-color: #F0CC02;
}
</style>