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