Shades of Tangerine Yellow #F2CE05
Tints of Tangerine Yellow #F2CE05
RGB
CMYK
RGB Variations
Color information
#F2CE05 (or 0xF2CE05) is known color: Tangerine Yellow. HEX triplet: F2, CE and 05. RGB value is (242,206,5). Sum of RGB (Red+Green+Blue) = 242+206+5=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 5 (2.34% from 255 or 1.10% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CE05 is #0D31FA. Grayscale: #C2C2C2. Windows color (decimal): -864763 or 380658. OLE color: 380658.
HSL color Cylindrical-coordinate representation of color #F2CE05: hue angle of 50.89º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2CE05 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 5 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.05 |
| HSL | 50.89º | 0.96% | 0.48% | - |
| HSV(B) | 50.89º | 0.98% | 0.95% | - |
| XYZ | 58.72 | 63.03 | 9.22 | - |
| YUV | 193.85 | 21.43 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 5 | 0 | 0.15 | 0.98 | 0.05 | 50.89 | 0.96 | 0.48 |
| Hex | F2 | CE | 5 | 0 | F | 62 | 5 | 33 | 60 | 30 |
| Octal | 362 | 316 | 5 | 0 | 17 | 142 | 5 | 63 | 140 | 60 |
| Binary | 11110010 | 11001110 | 101 | 0 | 1111 | 1100010 | 101 | 110011 | 1100000 | 110000 |
Color Harmonies of #F2CE05
Complementary color
Monochromatic Colors of #F2CE05
Black with #F2CE05
Text Example
Text Example
White with #F2CE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CE05; }
p { color: rgb(242,206,5); }
H1.HeaderClassName
{
color: #F2CE05;
}
.AnyTagClassName
{
color: #F2CE05;
}
</style>
background-color css
<style>
a { background-color: #F2CE05; }
a { background-color: rgb(242,206,5); }
div.DivClassName
{
background-color: #F2CE05;
}
.BgClassName
{
background-color: #F2CE05;
}
</style>
border-color css
<style>
span { border-color: #F2CE05; }
span { border-color: rgb(242,206,5); }
td.TdClassName
{
border-color: #F2CE05;
}
.TagClassName
{
border-color: #F2CE05;
}
</style>