Shades of Tangerine Yellow #F1CE00
Tints of Tangerine Yellow #F1CE00
RGB
CMYK
RGB Variations
Color information
#F1CE00 (or 0xF1CE00) is known color: Tangerine Yellow. HEX triplet: F1, CE and 00. RGB value is (241,206,0). Sum of RGB (Red+Green+Blue) = 241+206+0=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 0 (0.39% from 255 or 0% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1CE00 is #0E31FF. Grayscale: #C1C1C1. Windows color (decimal): -930304 or 52977. OLE color: 52977.
HSL color Cylindrical-coordinate representation of color #F1CE00: hue angle of 51.29º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1CE00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 206 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.05 |
| HSL | 51.29º | 1% | 0.47% | - |
| HSV(B) | 51.29º | 1% | 0.95% | - |
| XYZ | 58.35 | 62.84 | 9.05 | - |
| YUV | 192.98 | 19.1 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 206 | 0 | 0 | 0.15 | 1 | 0.05 | 51.29 | 1 | 0.47 |
| Hex | F1 | CE | 0 | 0 | F | 64 | 5 | 33 | 64 | 2F |
| Octal | 361 | 316 | 0 | 0 | 17 | 144 | 5 | 63 | 144 | 57 |
| Binary | 11110001 | 11001110 | 0 | 0 | 1111 | 1100100 | 101 | 110011 | 1100100 | 101111 |
Color Harmonies of #F1CE00
Complementary color
Monochromatic Colors of #F1CE00
Black with #F1CE00
Text Example
Text Example
White with #F1CE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CE00; }
p { color: rgb(241,206,0); }
H1.HeaderClassName
{
color: #F1CE00;
}
.AnyTagClassName
{
color: #F1CE00;
}
</style>
background-color css
<style>
a { background-color: #F1CE00; }
a { background-color: rgb(241,206,0); }
div.DivClassName
{
background-color: #F1CE00;
}
.BgClassName
{
background-color: #F1CE00;
}
</style>
border-color css
<style>
span { border-color: #F1CE00; }
span { border-color: rgb(241,206,0); }
td.TdClassName
{
border-color: #F1CE00;
}
.TagClassName
{
border-color: #F1CE00;
}
</style>