Shades of Tangerine Yellow #F2CF00
Tints of Tangerine Yellow #F2CF00
RGB
CMYK
RGB Variations
Color information
#F2CF00 (or 0xF2CF00) is known color: Tangerine Yellow. HEX triplet: F2, CF and 00. RGB value is (242,207,0). Sum of RGB (Red+Green+Blue) = 242+207+0=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 0 (0.39% from 255 or 0% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CF00 is #0D30FF. Grayscale: #C2C2C2. Windows color (decimal): -864512 or 53234. OLE color: 53234.
HSL color Cylindrical-coordinate representation of color #F2CF00: hue angle of 51.32º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2CF00 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.05 |
| HSL | 51.32º | 1% | 0.47% | - |
| HSV(B) | 51.32º | 1% | 0.95% | - |
| XYZ | 58.93 | 63.5 | 9.15 | - |
| YUV | 193.87 | 18.6 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 0 | 0 | 0.14 | 1 | 0.05 | 51.32 | 1 | 0.47 |
| Hex | F2 | CF | 0 | 0 | E | 64 | 5 | 33 | 64 | 2F |
| Octal | 362 | 317 | 0 | 0 | 16 | 144 | 5 | 63 | 144 | 57 |
| Binary | 11110010 | 11001111 | 0 | 0 | 1110 | 1100100 | 101 | 110011 | 1100100 | 101111 |
Color Harmonies of #F2CF00
Complementary color
Monochromatic Colors of #F2CF00
Black with #F2CF00
Text Example
Text Example
White with #F2CF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CF00; }
p { color: rgb(242,207,0); }
H1.HeaderClassName
{
color: #F2CF00;
}
.AnyTagClassName
{
color: #F2CF00;
}
</style>
background-color css
<style>
a { background-color: #F2CF00; }
a { background-color: rgb(242,207,0); }
div.DivClassName
{
background-color: #F2CF00;
}
.BgClassName
{
background-color: #F2CF00;
}
</style>
border-color css
<style>
span { border-color: #F2CF00; }
span { border-color: rgb(242,207,0); }
td.TdClassName
{
border-color: #F2CF00;
}
.TagClassName
{
border-color: #F2CF00;
}
</style>