Shades of Tangerine Yellow #F2CE08
Tints of Tangerine Yellow #F2CE08
RGB
CMYK
RGB Variations
Color information
#F2CE08 (or 0xF2CE08) is known color: Tangerine Yellow. HEX triplet: F2, CE and 08. RGB value is (242,206,8). Sum of RGB (Red+Green+Blue) = 242+206+8=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 8 (3.52% from 255 or 1.75% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CE08 is #0D31F7. Grayscale: #C3C3C3. Windows color (decimal): -864760 or 577266. OLE color: 577266.
HSL color Cylindrical-coordinate representation of color #F2CE08: hue angle of 50.77º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2CE08 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 8 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.05 |
| HSL | 50.77º | 0.94% | 0.49% | - |
| HSV(B) | 50.77º | 0.97% | 0.95% | - |
| XYZ | 58.73 | 63.04 | 9.3 | - |
| YUV | 194.19 | 22.93 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 8 | 0 | 0.15 | 0.97 | 0.05 | 50.77 | 0.94 | 0.49 |
| Hex | F2 | CE | 8 | 0 | F | 61 | 5 | 33 | 5E | 31 |
| Octal | 362 | 316 | 10 | 0 | 17 | 141 | 5 | 63 | 136 | 61 |
| Binary | 11110010 | 11001110 | 1000 | 0 | 1111 | 1100001 | 101 | 110011 | 1011110 | 110001 |
Color Harmonies of #F2CE08
Complementary color
Monochromatic Colors of #F2CE08
Black with #F2CE08
Text Example
Text Example
White with #F2CE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CE08; }
p { color: rgb(242,206,8); }
H1.HeaderClassName
{
color: #F2CE08;
}
.AnyTagClassName
{
color: #F2CE08;
}
</style>
background-color css
<style>
a { background-color: #F2CE08; }
a { background-color: rgb(242,206,8); }
div.DivClassName
{
background-color: #F2CE08;
}
.BgClassName
{
background-color: #F2CE08;
}
</style>
border-color css
<style>
span { border-color: #F2CE08; }
span { border-color: rgb(242,206,8); }
td.TdClassName
{
border-color: #F2CE08;
}
.TagClassName
{
border-color: #F2CE08;
}
</style>