Shades of Tangerine Yellow #F2CC00
Tints of Tangerine Yellow #F2CC00
RGB
CMYK
RGB Variations
Color information
#F2CC00 (or 0xF2CC00) is known color: Tangerine Yellow. HEX triplet: F2, CC and 00. RGB value is (242,204,0). Sum of RGB (Red+Green+Blue) = 242+204+0=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 0 (0.39% from 255 or 0% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CC00 is #0D33FF. Grayscale: #C0C0C0. Windows color (decimal): -865280 or 52466. OLE color: 52466.
HSL color Cylindrical-coordinate representation of color #F2CC00: hue angle of 50.58º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2CC00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.05 |
| HSL | 50.58º | 1% | 0.47% | - |
| HSV(B) | 50.58º | 1% | 0.95% | - |
| XYZ | 58.21 | 62.06 | 8.91 | - |
| YUV | 192.11 | 19.59 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 0 | 0 | 0.16 | 1 | 0.05 | 50.58 | 1 | 0.47 |
| Hex | F2 | CC | 0 | 0 | 10 | 64 | 5 | 33 | 64 | 2F |
| Octal | 362 | 314 | 0 | 0 | 20 | 144 | 5 | 63 | 144 | 57 |
| Binary | 11110010 | 11001100 | 0 | 0 | 10000 | 1100100 | 101 | 110011 | 1100100 | 101111 |
Color Harmonies of #F2CC00
Complementary color
Monochromatic Colors of #F2CC00
Black with #F2CC00
Text Example
Text Example
White with #F2CC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CC00; }
p { color: rgb(242,204,0); }
H1.HeaderClassName
{
color: #F2CC00;
}
.AnyTagClassName
{
color: #F2CC00;
}
</style>
background-color css
<style>
a { background-color: #F2CC00; }
a { background-color: rgb(242,204,0); }
div.DivClassName
{
background-color: #F2CC00;
}
.BgClassName
{
background-color: #F2CC00;
}
</style>
border-color css
<style>
span { border-color: #F2CC00; }
span { border-color: rgb(242,204,0); }
td.TdClassName
{
border-color: #F2CC00;
}
.TagClassName
{
border-color: #F2CC00;
}
</style>