Shades of Tangerine Yellow #F2CB07
Tints of Tangerine Yellow #F2CB07
RGB
CMYK
RGB Variations
Color information
#F2CB07 (or 0xF2CB07) is known color: Tangerine Yellow. HEX triplet: F2, CB and 07. RGB value is (242,203,7). Sum of RGB (Red+Green+Blue) = 242+203+7=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 7 (3.12% from 255 or 1.55% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CB07 is #0D34F8. Grayscale: #C1C1C1. Windows color (decimal): -865529 or 510962. OLE color: 510962.
HSL color Cylindrical-coordinate representation of color #F2CB07: hue angle of 50.04º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2CB07 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 7 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.05 |
| HSL | 50.04º | 0.94% | 0.49% | - |
| HSV(B) | 50.04º | 0.97% | 0.95% | - |
| XYZ | 58.01 | 61.6 | 9.03 | - |
| YUV | 192.32 | 23.42 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 7 | 0 | 0.16 | 0.97 | 0.05 | 50.04 | 0.94 | 0.49 |
| Hex | F2 | CB | 7 | 0 | 10 | 61 | 5 | 32 | 5E | 31 |
| Octal | 362 | 313 | 7 | 0 | 20 | 141 | 5 | 62 | 136 | 61 |
| Binary | 11110010 | 11001011 | 111 | 0 | 10000 | 1100001 | 101 | 110010 | 1011110 | 110001 |
Color Harmonies of #F2CB07
Complementary color
Monochromatic Colors of #F2CB07
Black with #F2CB07
Text Example
Text Example
White with #F2CB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CB07; }
p { color: rgb(242,203,7); }
H1.HeaderClassName
{
color: #F2CB07;
}
.AnyTagClassName
{
color: #F2CB07;
}
</style>
background-color css
<style>
a { background-color: #F2CB07; }
a { background-color: rgb(242,203,7); }
div.DivClassName
{
background-color: #F2CB07;
}
.BgClassName
{
background-color: #F2CB07;
}
</style>
border-color css
<style>
span { border-color: #F2CB07; }
span { border-color: rgb(242,203,7); }
td.TdClassName
{
border-color: #F2CB07;
}
.TagClassName
{
border-color: #F2CB07;
}
</style>