Shades of Selective Yellow #F2B105
Tints of Selective Yellow #F2B105
RGB
CMYK
RGB Variations
Color information
#F2B105 (or 0xF2B105) is known color: Selective Yellow. HEX triplet: F2, B1 and 05. RGB value is (242,177,5). Sum of RGB (Red+Green+Blue) = 242+177+5=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 5 (2.34% from 255 or 1.18% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B105 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2B105 is #0D4EFA. Grayscale: #B1B1B1. Windows color (decimal): -872187 or 373234. OLE color: 373234.
HSL color Cylindrical-coordinate representation of color #F2B105: hue angle of 43.54º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2B105 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 177 | 5 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.05 |
| HSL | 43.54º | 0.96% | 0.48% | - |
| HSV(B) | 43.54º | 0.98% | 0.95% | - |
| XYZ | 52.37 | 50.33 | 7.1 | - |
| YUV | 176.83 | 31.03 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 177 | 5 | 0 | 0.27 | 0.98 | 0.05 | 43.54 | 0.96 | 0.48 |
| Hex | F2 | B1 | 5 | 0 | 1B | 62 | 5 | 2C | 60 | 30 |
| Octal | 362 | 261 | 5 | 0 | 33 | 142 | 5 | 54 | 140 | 60 |
| Binary | 11110010 | 10110001 | 101 | 0 | 11011 | 1100010 | 101 | 101100 | 1100000 | 110000 |
Color Harmonies of #F2B105
Complementary color
Monochromatic Colors of #F2B105
Black with #F2B105
Text Example
Text Example
White with #F2B105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B105; }
p { color: rgb(242,177,5); }
H1.HeaderClassName
{
color: #F2B105;
}
.AnyTagClassName
{
color: #F2B105;
}
</style>
background-color css
<style>
a { background-color: #F2B105; }
a { background-color: rgb(242,177,5); }
div.DivClassName
{
background-color: #F2B105;
}
.BgClassName
{
background-color: #F2B105;
}
</style>
border-color css
<style>
span { border-color: #F2B105; }
span { border-color: rgb(242,177,5); }
td.TdClassName
{
border-color: #F2B105;
}
.TagClassName
{
border-color: #F2B105;
}
</style>