Shades of Selective Yellow #F2B607
Tints of Selective Yellow #F2B607
RGB
CMYK
RGB Variations
Color information
#F2B607 (or 0xF2B607) is known color: Selective Yellow. HEX triplet: F2, B6 and 07. RGB value is (242,182,7). Sum of RGB (Red+Green+Blue) = 242+182+7=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 7 (3.12% from 255 or 1.62% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B607 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B607 is #0D49F8. Grayscale: #B4B4B4. Windows color (decimal): -870905 or 505586. OLE color: 505586.
HSL color Cylindrical-coordinate representation of color #F2B607: hue angle of 44.68º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2B607 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 182 | 7 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.05 |
| HSL | 44.68º | 0.94% | 0.49% | - |
| HSV(B) | 44.68º | 0.97% | 0.95% | - |
| XYZ | 53.38 | 52.35 | 7.49 | - |
| YUV | 179.99 | 30.38 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 182 | 7 | 0 | 0.25 | 0.97 | 0.05 | 44.68 | 0.94 | 0.49 |
| Hex | F2 | B6 | 7 | 0 | 19 | 61 | 5 | 2D | 5E | 31 |
| Octal | 362 | 266 | 7 | 0 | 31 | 141 | 5 | 55 | 136 | 61 |
| Binary | 11110010 | 10110110 | 111 | 0 | 11001 | 1100001 | 101 | 101101 | 1011110 | 110001 |
Color Harmonies of #F2B607
Complementary color
Monochromatic Colors of #F2B607
Black with #F2B607
Text Example
Text Example
White with #F2B607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B607; }
p { color: rgb(242,182,7); }
H1.HeaderClassName
{
color: #F2B607;
}
.AnyTagClassName
{
color: #F2B607;
}
</style>
background-color css
<style>
a { background-color: #F2B607; }
a { background-color: rgb(242,182,7); }
div.DivClassName
{
background-color: #F2B607;
}
.BgClassName
{
background-color: #F2B607;
}
</style>
border-color css
<style>
span { border-color: #F2B607; }
span { border-color: rgb(242,182,7); }
td.TdClassName
{
border-color: #F2B607;
}
.TagClassName
{
border-color: #F2B607;
}
</style>