Shades of Tangerine Yellow #F2CC0D
Tints of Tangerine Yellow #F2CC0D
RGB
CMYK
RGB Variations
Color information
#F2CC0D (or 0xF2CC0D) is known color: Tangerine Yellow. HEX triplet: F2, CC and 0D. RGB value is (242,204,13). Sum of RGB (Red+Green+Blue) = 242+204+13=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 13 (5.47% from 255 or 2.83% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CC0D is #0D33F2. Grayscale: #C2C2C2. Windows color (decimal): -865267 or 904434. OLE color: 904434.
HSL color Cylindrical-coordinate representation of color #F2CC0D: hue angle of 50.04º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2CC0D is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 13 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.05 |
| HSL | 50.04º | 0.9% | 0.5% | - |
| HSV(B) | 50.04º | 0.95% | 0.95% | - |
| XYZ | 58.28 | 62.09 | 9.29 | - |
| YUV | 193.59 | 26.09 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 13 | 0 | 0.16 | 0.95 | 0.05 | 50.04 | 0.9 | 0.5 |
| Hex | F2 | CC | D | 0 | 10 | 5F | 5 | 32 | 5A | 32 |
| Octal | 362 | 314 | 15 | 0 | 20 | 137 | 5 | 62 | 132 | 62 |
| Binary | 11110010 | 11001100 | 1101 | 0 | 10000 | 1011111 | 101 | 110010 | 1011010 | 110010 |
Color Harmonies of #F2CC0D
Complementary color
Monochromatic Colors of #F2CC0D
Black with #F2CC0D
Text Example
Text Example
White with #F2CC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CC0D; }
p { color: rgb(242,204,13); }
H1.HeaderClassName
{
color: #F2CC0D;
}
.AnyTagClassName
{
color: #F2CC0D;
}
</style>
background-color css
<style>
a { background-color: #F2CC0D; }
a { background-color: rgb(242,204,13); }
div.DivClassName
{
background-color: #F2CC0D;
}
.BgClassName
{
background-color: #F2CC0D;
}
</style>
border-color css
<style>
span { border-color: #F2CC0D; }
span { border-color: rgb(242,204,13); }
td.TdClassName
{
border-color: #F2CC0D;
}
.TagClassName
{
border-color: #F2CC0D;
}
</style>