Shades of Tangerine Yellow #F1CE0B
Tints of Tangerine Yellow #F1CE0B
RGB
CMYK
RGB Variations
Color information
#F1CE0B (or 0xF1CE0B) is known color: Tangerine Yellow. HEX triplet: F1, CE and 0B. RGB value is (241,206,11). Sum of RGB (Red+Green+Blue) = 241+206+11=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 11 (4.69% from 255 or 2.40% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CE0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1CE0B is #0E31F4. Grayscale: #C3C3C3. Windows color (decimal): -930293 or 773873. OLE color: 773873.
HSL color Cylindrical-coordinate representation of color #F1CE0B: hue angle of 50.87º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1CE0B is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 206 | 11 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.05 |
| HSL | 50.87º | 0.91% | 0.49% | - |
| HSV(B) | 50.87º | 0.95% | 0.95% | - |
| XYZ | 58.41 | 62.87 | 9.37 | - |
| YUV | 194.24 | 24.6 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 206 | 11 | 0 | 0.15 | 0.95 | 0.05 | 50.87 | 0.91 | 0.49 |
| Hex | F1 | CE | B | 0 | F | 5F | 5 | 33 | 5B | 31 |
| Octal | 361 | 316 | 13 | 0 | 17 | 137 | 5 | 63 | 133 | 61 |
| Binary | 11110001 | 11001110 | 1011 | 0 | 1111 | 1011111 | 101 | 110011 | 1011011 | 110001 |
Color Harmonies of #F1CE0B
Complementary color
Monochromatic Colors of #F1CE0B
Black with #F1CE0B
Text Example
Text Example
White with #F1CE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CE0B; }
p { color: rgb(241,206,11); }
H1.HeaderClassName
{
color: #F1CE0B;
}
.AnyTagClassName
{
color: #F1CE0B;
}
</style>
background-color css
<style>
a { background-color: #F1CE0B; }
a { background-color: rgb(241,206,11); }
div.DivClassName
{
background-color: #F1CE0B;
}
.BgClassName
{
background-color: #F1CE0B;
}
</style>
border-color css
<style>
span { border-color: #F1CE0B; }
span { border-color: rgb(241,206,11); }
td.TdClassName
{
border-color: #F1CE0B;
}
.TagClassName
{
border-color: #F1CE0B;
}
</style>