Shades of Tangerine Yellow #F2CF0A
Tints of Tangerine Yellow #F2CF0A
RGB
CMYK
RGB Variations
Color information
#F2CF0A (or 0xF2CF0A) is known color: Tangerine Yellow. HEX triplet: F2, CF and 0A. RGB value is (242,207,10). Sum of RGB (Red+Green+Blue) = 242+207+10=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 10 (4.30% from 255 or 2.18% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CF0A is #0D30F5. Grayscale: #C3C3C3. Windows color (decimal): -864502 or 708594. OLE color: 708594.
HSL color Cylindrical-coordinate representation of color #F2CF0A: hue angle of 50.95º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2CF0A is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 10 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.05 |
| HSL | 50.95º | 0.92% | 0.49% | - |
| HSV(B) | 50.95º | 0.96% | 0.95% | - |
| XYZ | 58.99 | 63.52 | 9.44 | - |
| YUV | 195.01 | 23.6 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 10 | 0 | 0.14 | 0.96 | 0.05 | 50.95 | 0.92 | 0.49 |
| Hex | F2 | CF | A | 0 | E | 60 | 5 | 33 | 5C | 31 |
| Octal | 362 | 317 | 12 | 0 | 16 | 140 | 5 | 63 | 134 | 61 |
| Binary | 11110010 | 11001111 | 1010 | 0 | 1110 | 1100000 | 101 | 110011 | 1011100 | 110001 |
Color Harmonies of #F2CF0A
Complementary color
Monochromatic Colors of #F2CF0A
Black with #F2CF0A
Text Example
Text Example
White with #F2CF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CF0A; }
p { color: rgb(242,207,10); }
H1.HeaderClassName
{
color: #F2CF0A;
}
.AnyTagClassName
{
color: #F2CF0A;
}
</style>
background-color css
<style>
a { background-color: #F2CF0A; }
a { background-color: rgb(242,207,10); }
div.DivClassName
{
background-color: #F2CF0A;
}
.BgClassName
{
background-color: #F2CF0A;
}
</style>
border-color css
<style>
span { border-color: #F2CF0A; }
span { border-color: rgb(242,207,10); }
td.TdClassName
{
border-color: #F2CF0A;
}
.TagClassName
{
border-color: #F2CF0A;
}
</style>