Shades of Tangerine Yellow #F2CE03
Tints of Tangerine Yellow #F2CE03
RGB
CMYK
RGB Variations
Color information
#F2CE03 (or 0xF2CE03) is known color: Tangerine Yellow. HEX triplet: F2, CE and 03. RGB value is (242,206,3). Sum of RGB (Red+Green+Blue) = 242+206+3=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 3 (1.56% from 255 or 0.67% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CE03 is #0D31FC. Grayscale: #C2C2C2. Windows color (decimal): -864765 or 249586. OLE color: 249586.
HSL color Cylindrical-coordinate representation of color #F2CE03: hue angle of 50.96º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F2CE03 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 3 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.05 |
| HSL | 50.96º | 0.98% | 0.48% | - |
| HSV(B) | 50.96º | 0.99% | 0.95% | - |
| XYZ | 58.71 | 63.03 | 9.16 | - |
| YUV | 193.62 | 20.43 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 3 | 0 | 0.15 | 0.99 | 0.05 | 50.96 | 0.98 | 0.48 |
| Hex | F2 | CE | 3 | 0 | F | 63 | 5 | 33 | 62 | 30 |
| Octal | 362 | 316 | 3 | 0 | 17 | 143 | 5 | 63 | 142 | 60 |
| Binary | 11110010 | 11001110 | 11 | 0 | 1111 | 1100011 | 101 | 110011 | 1100010 | 110000 |
Color Harmonies of #F2CE03
Complementary color
Monochromatic Colors of #F2CE03
Black with #F2CE03
Text Example
Text Example
White with #F2CE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CE03; }
p { color: rgb(242,206,3); }
H1.HeaderClassName
{
color: #F2CE03;
}
.AnyTagClassName
{
color: #F2CE03;
}
</style>
background-color css
<style>
a { background-color: #F2CE03; }
a { background-color: rgb(242,206,3); }
div.DivClassName
{
background-color: #F2CE03;
}
.BgClassName
{
background-color: #F2CE03;
}
</style>
border-color css
<style>
span { border-color: #F2CE03; }
span { border-color: rgb(242,206,3); }
td.TdClassName
{
border-color: #F2CE03;
}
.TagClassName
{
border-color: #F2CE03;
}
</style>