Shades of Tangerine Yellow #F1CF01
Tints of Tangerine Yellow #F1CF01
RGB
CMYK
RGB Variations
Color information
#F1CF01 (or 0xF1CF01) is known color: Tangerine Yellow. HEX triplet: F1, CF and 01. RGB value is (241,207,1). Sum of RGB (Red+Green+Blue) = 241+207+1=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 1 (0.78% from 255 or 0.22% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CF01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1CF01 is #0E30FE. Grayscale: #C2C2C2. Windows color (decimal): -930047 or 118769. OLE color: 118769.
HSL color Cylindrical-coordinate representation of color #F1CF01: hue angle of 51.5º 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 #F1CF01 is Cyan = 0, Magento = 0.14, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 1 | - |
| CMYK | 0 | 0.14 | 1.00 | 0.05 |
| HSL | 51.5º | 0.99% | 0.47% | - |
| HSV(B) | 51.5º | 1% | 0.95% | - |
| XYZ | 58.59 | 63.33 | 9.16 | - |
| YUV | 193.68 | 19.26 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 1 | 0 | 0.14 | 1.00 | 0.05 | 51.5 | 0.99 | 0.47 |
| Hex | F1 | CF | 1 | 0 | E | 64 | 5 | 34 | 63 | 2F |
| Octal | 361 | 317 | 1 | 0 | 16 | 144 | 5 | 64 | 143 | 57 |
| Binary | 11110001 | 11001111 | 1 | 0 | 1110 | 1100100 | 101 | 110100 | 1100011 | 101111 |
Color Harmonies of #F1CF01
Complementary color
Monochromatic Colors of #F1CF01
Black with #F1CF01
Text Example
Text Example
White with #F1CF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CF01; }
p { color: rgb(241,207,1); }
H1.HeaderClassName
{
color: #F1CF01;
}
.AnyTagClassName
{
color: #F1CF01;
}
</style>
background-color css
<style>
a { background-color: #F1CF01; }
a { background-color: rgb(241,207,1); }
div.DivClassName
{
background-color: #F1CF01;
}
.BgClassName
{
background-color: #F1CF01;
}
</style>
border-color css
<style>
span { border-color: #F1CF01; }
span { border-color: rgb(241,207,1); }
td.TdClassName
{
border-color: #F1CF01;
}
.TagClassName
{
border-color: #F1CF01;
}
</style>