Shades of Tangerine Yellow #F2CA09
Tints of Tangerine Yellow #F2CA09
RGB
CMYK
RGB Variations
Color information
#F2CA09 (or 0xF2CA09) is known color: Tangerine Yellow. HEX triplet: F2, CA and 09. RGB value is (242,202,9). Sum of RGB (Red+Green+Blue) = 242+202+9=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 9 (3.91% from 255 or 1.99% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CA09 is #0D35F6. Grayscale: #C0C0C0. Windows color (decimal): -865783 or 641778. OLE color: 641778.
HSL color Cylindrical-coordinate representation of color #F2CA09: hue angle of 49.7º degrees, saturation: 0.93, 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 #F2CA09 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 202 | 9 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.05 |
| HSL | 49.7º | 0.93% | 0.49% | - |
| HSV(B) | 49.7º | 0.96% | 0.95% | - |
| XYZ | 57.79 | 61.14 | 9.01 | - |
| YUV | 191.96 | 24.75 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 202 | 9 | 0 | 0.17 | 0.96 | 0.05 | 49.7 | 0.93 | 0.49 |
| Hex | F2 | CA | 9 | 0 | 11 | 60 | 5 | 32 | 5D | 31 |
| Octal | 362 | 312 | 11 | 0 | 21 | 140 | 5 | 62 | 135 | 61 |
| Binary | 11110010 | 11001010 | 1001 | 0 | 10001 | 1100000 | 101 | 110010 | 1011101 | 110001 |
Color Harmonies of #F2CA09
Complementary color
Monochromatic Colors of #F2CA09
Black with #F2CA09
Text Example
Text Example
White with #F2CA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CA09; }
p { color: rgb(242,202,9); }
H1.HeaderClassName
{
color: #F2CA09;
}
.AnyTagClassName
{
color: #F2CA09;
}
</style>
background-color css
<style>
a { background-color: #F2CA09; }
a { background-color: rgb(242,202,9); }
div.DivClassName
{
background-color: #F2CA09;
}
.BgClassName
{
background-color: #F2CA09;
}
</style>
border-color css
<style>
span { border-color: #F2CA09; }
span { border-color: rgb(242,202,9); }
td.TdClassName
{
border-color: #F2CA09;
}
.TagClassName
{
border-color: #F2CA09;
}
</style>