Shades of Tangerine Yellow #F2CF02
Tints of Tangerine Yellow #F2CF02
RGB
CMYK
RGB Variations
Color information
#F2CF02 (or 0xF2CF02) is known color: Tangerine Yellow. HEX triplet: F2, CF and 02. RGB value is (242,207,2). Sum of RGB (Red+Green+Blue) = 242+207+2=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 2 (1.17% from 255 or 0.44% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CF02 is #0D30FD. Grayscale: #C2C2C2. Windows color (decimal): -864510 or 184306. OLE color: 184306.
HSL color Cylindrical-coordinate representation of color #F2CF02: hue angle of 51.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F2CF02 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.05 |
| HSL | 51.25º | 0.98% | 0.48% | - |
| HSV(B) | 51.25º | 0.99% | 0.95% | - |
| XYZ | 58.94 | 63.51 | 9.21 | - |
| YUV | 194.1 | 19.6 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 2 | 0 | 0.14 | 0.99 | 0.05 | 51.25 | 0.98 | 0.48 |
| Hex | F2 | CF | 2 | 0 | E | 63 | 5 | 33 | 62 | 30 |
| Octal | 362 | 317 | 2 | 0 | 16 | 143 | 5 | 63 | 142 | 60 |
| Binary | 11110010 | 11001111 | 10 | 0 | 1110 | 1100011 | 101 | 110011 | 1100010 | 110000 |
Color Harmonies of #F2CF02
Complementary color
Monochromatic Colors of #F2CF02
Black with #F2CF02
Text Example
Text Example
White with #F2CF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CF02; }
p { color: rgb(242,207,2); }
H1.HeaderClassName
{
color: #F2CF02;
}
.AnyTagClassName
{
color: #F2CF02;
}
</style>
background-color css
<style>
a { background-color: #F2CF02; }
a { background-color: rgb(242,207,2); }
div.DivClassName
{
background-color: #F2CF02;
}
.BgClassName
{
background-color: #F2CF02;
}
</style>
border-color css
<style>
span { border-color: #F2CF02; }
span { border-color: rgb(242,207,2); }
td.TdClassName
{
border-color: #F2CF02;
}
.TagClassName
{
border-color: #F2CF02;
}
</style>