Shades of Selective Yellow #F1B100
Tints of Selective Yellow #F1B100
RGB
CMYK
RGB Variations
Color information
#F1B100 (or 0xF1B100) is known color: Selective Yellow. HEX triplet: F1, B1 and 00. RGB value is (241,177,0). Sum of RGB (Red+Green+Blue) = 241+177+0=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1B100 is #0E4EFF. Grayscale: #B0B0B0. Windows color (decimal): -937728 or 45553. OLE color: 45553.
HSL color Cylindrical-coordinate representation of color #F1B100: hue angle of 44.07º 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 #F1B100 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 177 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.05 |
| HSL | 44.07º | 1% | 0.47% | - |
| HSV(B) | 44.07º | 1% | 0.95% | - |
| XYZ | 52 | 50.15 | 6.94 | - |
| YUV | 175.96 | 28.7 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 177 | 0 | 0 | 0.27 | 1 | 0.05 | 44.07 | 1 | 0.47 |
| Hex | F1 | B1 | 0 | 0 | 1B | 64 | 5 | 2C | 64 | 2F |
| Octal | 361 | 261 | 0 | 0 | 33 | 144 | 5 | 54 | 144 | 57 |
| Binary | 11110001 | 10110001 | 0 | 0 | 11011 | 1100100 | 101 | 101100 | 1100100 | 101111 |
Color Harmonies of #F1B100
Complementary color
Monochromatic Colors of #F1B100
Black with #F1B100
Text Example
Text Example
White with #F1B100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B100; }
p { color: rgb(241,177,0); }
H1.HeaderClassName
{
color: #F1B100;
}
.AnyTagClassName
{
color: #F1B100;
}
</style>
background-color css
<style>
a { background-color: #F1B100; }
a { background-color: rgb(241,177,0); }
div.DivClassName
{
background-color: #F1B100;
}
.BgClassName
{
background-color: #F1B100;
}
</style>
border-color css
<style>
span { border-color: #F1B100; }
span { border-color: rgb(241,177,0); }
td.TdClassName
{
border-color: #F1B100;
}
.TagClassName
{
border-color: #F1B100;
}
</style>