Shades of Tangerine Yellow #F2CE0F
Tints of Tangerine Yellow #F2CE0F
RGB
CMYK
RGB Variations
Color information
#F2CE0F (or 0xF2CE0F) is known color: Tangerine Yellow. HEX triplet: F2, CE and 0F. RGB value is (242,206,15). Sum of RGB (Red+Green+Blue) = 242+206+15=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 15 (6.25% from 255 or 3.24% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CE0F is #0D31F0. Grayscale: #C3C3C3. Windows color (decimal): -864753 or 1036018. OLE color: 1036018.
HSL color Cylindrical-coordinate representation of color #F2CE0F: hue angle of 50.48º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2CE0F is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 15 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.05 |
| HSL | 50.48º | 0.9% | 0.5% | - |
| HSV(B) | 50.48º | 0.94% | 0.95% | - |
| XYZ | 58.78 | 63.05 | 9.52 | - |
| YUV | 194.99 | 26.43 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 15 | 0 | 0.15 | 0.94 | 0.05 | 50.48 | 0.9 | 0.5 |
| Hex | F2 | CE | F | 0 | F | 5E | 5 | 32 | 5A | 32 |
| Octal | 362 | 316 | 17 | 0 | 17 | 136 | 5 | 62 | 132 | 62 |
| Binary | 11110010 | 11001110 | 1111 | 0 | 1111 | 1011110 | 101 | 110010 | 1011010 | 110010 |
Color Harmonies of #F2CE0F
Complementary color
Monochromatic Colors of #F2CE0F
Black with #F2CE0F
Text Example
Text Example
White with #F2CE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CE0F; }
p { color: rgb(242,206,15); }
H1.HeaderClassName
{
color: #F2CE0F;
}
.AnyTagClassName
{
color: #F2CE0F;
}
</style>
background-color css
<style>
a { background-color: #F2CE0F; }
a { background-color: rgb(242,206,15); }
div.DivClassName
{
background-color: #F2CE0F;
}
.BgClassName
{
background-color: #F2CE0F;
}
</style>
border-color css
<style>
span { border-color: #F2CE0F; }
span { border-color: rgb(242,206,15); }
td.TdClassName
{
border-color: #F2CE0F;
}
.TagClassName
{
border-color: #F2CE0F;
}
</style>