Shades of Tangerine Yellow #F2CD00
Tints of Tangerine Yellow #F2CD00
RGB
CMYK
RGB Variations
Color information
#F2CD00 (or 0xF2CD00) is known color: Tangerine Yellow. HEX triplet: F2, CD and 00. RGB value is (242,205,0). Sum of RGB (Red+Green+Blue) = 242+205+0=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 0 (0.39% from 255 or 0% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CD00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CD00 is #0D32FF. Grayscale: #C1C1C1. Windows color (decimal): -865024 or 52722. OLE color: 52722.
HSL color Cylindrical-coordinate representation of color #F2CD00: hue angle of 50.83º 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 #F2CD00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 205 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.05 |
| HSL | 50.83º | 1% | 0.47% | - |
| HSV(B) | 50.83º | 1% | 0.95% | - |
| XYZ | 58.45 | 62.54 | 8.99 | - |
| YUV | 192.69 | 19.26 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 205 | 0 | 0 | 0.15 | 1 | 0.05 | 50.83 | 1 | 0.47 |
| Hex | F2 | CD | 0 | 0 | F | 64 | 5 | 33 | 64 | 2F |
| Octal | 362 | 315 | 0 | 0 | 17 | 144 | 5 | 63 | 144 | 57 |
| Binary | 11110010 | 11001101 | 0 | 0 | 1111 | 1100100 | 101 | 110011 | 1100100 | 101111 |
Color Harmonies of #F2CD00
Complementary color
Monochromatic Colors of #F2CD00
Black with #F2CD00
Text Example
Text Example
White with #F2CD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CD00; }
p { color: rgb(242,205,0); }
H1.HeaderClassName
{
color: #F2CD00;
}
.AnyTagClassName
{
color: #F2CD00;
}
</style>
background-color css
<style>
a { background-color: #F2CD00; }
a { background-color: rgb(242,205,0); }
div.DivClassName
{
background-color: #F2CD00;
}
.BgClassName
{
background-color: #F2CD00;
}
</style>
border-color css
<style>
span { border-color: #F2CD00; }
span { border-color: rgb(242,205,0); }
td.TdClassName
{
border-color: #F2CD00;
}
.TagClassName
{
border-color: #F2CD00;
}
</style>