Shades of Tangerine Yellow #F2CC0A
Tints of Tangerine Yellow #F2CC0A
RGB
CMYK
RGB Variations
Color information
#F2CC0A (or 0xF2CC0A) is known color: Tangerine Yellow. HEX triplet: F2, CC and 0A. RGB value is (242,204,10). Sum of RGB (Red+Green+Blue) = 242+204+10=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 10 (4.30% from 255 or 2.19% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CC0A is #0D33F5. Grayscale: #C2C2C2. Windows color (decimal): -865270 or 707826. OLE color: 707826.
HSL color Cylindrical-coordinate representation of color #F2CC0A: hue angle of 50.17º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2CC0A is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 10 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.05 |
| HSL | 50.17º | 0.92% | 0.49% | - |
| HSV(B) | 50.17º | 0.96% | 0.95% | - |
| XYZ | 58.27 | 62.08 | 9.2 | - |
| YUV | 193.25 | 24.59 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 10 | 0 | 0.16 | 0.96 | 0.05 | 50.17 | 0.92 | 0.49 |
| Hex | F2 | CC | A | 0 | 10 | 60 | 5 | 32 | 5C | 31 |
| Octal | 362 | 314 | 12 | 0 | 20 | 140 | 5 | 62 | 134 | 61 |
| Binary | 11110010 | 11001100 | 1010 | 0 | 10000 | 1100000 | 101 | 110010 | 1011100 | 110001 |
Color Harmonies of #F2CC0A
Complementary color
Monochromatic Colors of #F2CC0A
Black with #F2CC0A
Text Example
Text Example
White with #F2CC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CC0A; }
p { color: rgb(242,204,10); }
H1.HeaderClassName
{
color: #F2CC0A;
}
.AnyTagClassName
{
color: #F2CC0A;
}
</style>
background-color css
<style>
a { background-color: #F2CC0A; }
a { background-color: rgb(242,204,10); }
div.DivClassName
{
background-color: #F2CC0A;
}
.BgClassName
{
background-color: #F2CC0A;
}
</style>
border-color css
<style>
span { border-color: #F2CC0A; }
span { border-color: rgb(242,204,10); }
td.TdClassName
{
border-color: #F2CC0A;
}
.TagClassName
{
border-color: #F2CC0A;
}
</style>