Shades of Tangerine Yellow #F2CE0B
Tints of Tangerine Yellow #F2CE0B
RGB
CMYK
RGB Variations
Color information
#F2CE0B (or 0xF2CE0B) is known color: Tangerine Yellow. HEX triplet: F2, CE and 0B. RGB value is (242,206,11). Sum of RGB (Red+Green+Blue) = 242+206+11=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 11 (4.69% from 255 or 2.40% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CE0B is #0D31F4. Grayscale: #C3C3C3. Windows color (decimal): -864757 or 773874. OLE color: 773874.
HSL color Cylindrical-coordinate representation of color #F2CE0B: hue angle of 50.65º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2CE0B is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 11 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.05 |
| HSL | 50.65º | 0.91% | 0.5% | - |
| HSV(B) | 50.65º | 0.95% | 0.95% | - |
| XYZ | 58.75 | 63.04 | 9.39 | - |
| YUV | 194.53 | 24.43 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 11 | 0 | 0.15 | 0.95 | 0.05 | 50.65 | 0.91 | 0.5 |
| Hex | F2 | CE | B | 0 | F | 5F | 5 | 33 | 5B | 32 |
| Octal | 362 | 316 | 13 | 0 | 17 | 137 | 5 | 63 | 133 | 62 |
| Binary | 11110010 | 11001110 | 1011 | 0 | 1111 | 1011111 | 101 | 110011 | 1011011 | 110010 |
Color Harmonies of #F2CE0B
Complementary color
Monochromatic Colors of #F2CE0B
Black with #F2CE0B
Text Example
Text Example
White with #F2CE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CE0B; }
p { color: rgb(242,206,11); }
H1.HeaderClassName
{
color: #F2CE0B;
}
.AnyTagClassName
{
color: #F2CE0B;
}
</style>
background-color css
<style>
a { background-color: #F2CE0B; }
a { background-color: rgb(242,206,11); }
div.DivClassName
{
background-color: #F2CE0B;
}
.BgClassName
{
background-color: #F2CE0B;
}
</style>
border-color css
<style>
span { border-color: #F2CE0B; }
span { border-color: rgb(242,206,11); }
td.TdClassName
{
border-color: #F2CE0B;
}
.TagClassName
{
border-color: #F2CE0B;
}
</style>