Shades of Tangerine Yellow #F2CC0B
Tints of Tangerine Yellow #F2CC0B
RGB
CMYK
RGB Variations
Color information
#F2CC0B (or 0xF2CC0B) is known color: Tangerine Yellow. HEX triplet: F2, CC and 0B. RGB value is (242,204,11). Sum of RGB (Red+Green+Blue) = 242+204+11=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 11 (4.69% from 255 or 2.41% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CC0B is #0D33F4. Grayscale: #C2C2C2. Windows color (decimal): -865269 or 773362. OLE color: 773362.
HSL color Cylindrical-coordinate representation of color #F2CC0B: hue angle of 50.13º degrees, saturation: 0.91, 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 #F2CC0B is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 11 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.05 |
| HSL | 50.13º | 0.91% | 0.5% | - |
| HSV(B) | 50.13º | 0.95% | 0.95% | - |
| XYZ | 58.27 | 62.09 | 9.23 | - |
| YUV | 193.36 | 25.09 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 11 | 0 | 0.16 | 0.95 | 0.05 | 50.13 | 0.91 | 0.5 |
| Hex | F2 | CC | B | 0 | 10 | 5F | 5 | 32 | 5B | 32 |
| Octal | 362 | 314 | 13 | 0 | 20 | 137 | 5 | 62 | 133 | 62 |
| Binary | 11110010 | 11001100 | 1011 | 0 | 10000 | 1011111 | 101 | 110010 | 1011011 | 110010 |
Color Harmonies of #F2CC0B
Complementary color
Monochromatic Colors of #F2CC0B
Black with #F2CC0B
Text Example
Text Example
White with #F2CC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CC0B; }
p { color: rgb(242,204,11); }
H1.HeaderClassName
{
color: #F2CC0B;
}
.AnyTagClassName
{
color: #F2CC0B;
}
</style>
background-color css
<style>
a { background-color: #F2CC0B; }
a { background-color: rgb(242,204,11); }
div.DivClassName
{
background-color: #F2CC0B;
}
.BgClassName
{
background-color: #F2CC0B;
}
</style>
border-color css
<style>
span { border-color: #F2CC0B; }
span { border-color: rgb(242,204,11); }
td.TdClassName
{
border-color: #F2CC0B;
}
.TagClassName
{
border-color: #F2CC0B;
}
</style>