Shades of Selective Yellow #F1B60C
Tints of Selective Yellow #F1B60C
RGB
CMYK
RGB Variations
Color information
#F1B60C (or 0xF1B60C) is known color: Selective Yellow. HEX triplet: F1, B6 and 0C. RGB value is (241,182,12). Sum of RGB (Red+Green+Blue) = 241+182+12=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 12 (5.08% from 255 or 2.76% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B60C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1B60C is #0E49F3. Grayscale: #B5B5B5. Windows color (decimal): -936436 or 833265. OLE color: 833265.
HSL color Cylindrical-coordinate representation of color #F1B60C: hue angle of 44.54º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1B60C is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 182 | 12 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.05 |
| HSL | 44.54º | 0.91% | 0.5% | - |
| HSV(B) | 44.54º | 0.95% | 0.95% | - |
| XYZ | 53.07 | 52.18 | 7.62 | - |
| YUV | 180.26 | 33.05 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 182 | 12 | 0 | 0.24 | 0.95 | 0.05 | 44.54 | 0.91 | 0.5 |
| Hex | F1 | B6 | C | 0 | 18 | 5F | 5 | 2D | 5B | 32 |
| Octal | 361 | 266 | 14 | 0 | 30 | 137 | 5 | 55 | 133 | 62 |
| Binary | 11110001 | 10110110 | 1100 | 0 | 11000 | 1011111 | 101 | 101101 | 1011011 | 110010 |
Color Harmonies of #F1B60C
Complementary color
Monochromatic Colors of #F1B60C
Black with #F1B60C
Text Example
Text Example
White with #F1B60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B60C; }
p { color: rgb(241,182,12); }
H1.HeaderClassName
{
color: #F1B60C;
}
.AnyTagClassName
{
color: #F1B60C;
}
</style>
background-color css
<style>
a { background-color: #F1B60C; }
a { background-color: rgb(241,182,12); }
div.DivClassName
{
background-color: #F1B60C;
}
.BgClassName
{
background-color: #F1B60C;
}
</style>
border-color css
<style>
span { border-color: #F1B60C; }
span { border-color: rgb(241,182,12); }
td.TdClassName
{
border-color: #F1B60C;
}
.TagClassName
{
border-color: #F1B60C;
}
</style>