Shades of Selective Yellow #F2B907
Tints of Selective Yellow #F2B907
RGB
CMYK
RGB Variations
Color information
#F2B907 (or 0xF2B907) is known color: Selective Yellow. HEX triplet: F2, B9 and 07. RGB value is (242,185,7). Sum of RGB (Red+Green+Blue) = 242+185+7=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 7 (3.12% from 255 or 1.61% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B907 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B907 is #0D46F8. Grayscale: #B6B6B6. Windows color (decimal): -870137 or 506354. OLE color: 506354.
HSL color Cylindrical-coordinate representation of color #F2B907: hue angle of 45.45º 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 #F2B907 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 7 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.05 |
| HSL | 45.45º | 0.94% | 0.49% | - |
| HSV(B) | 45.45º | 0.97% | 0.95% | - |
| XYZ | 54.01 | 53.59 | 7.7 | - |
| YUV | 181.75 | 29.38 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 7 | 0 | 0.24 | 0.97 | 0.05 | 45.45 | 0.94 | 0.49 |
| Hex | F2 | B9 | 7 | 0 | 18 | 61 | 5 | 2D | 5E | 31 |
| Octal | 362 | 271 | 7 | 0 | 30 | 141 | 5 | 55 | 136 | 61 |
| Binary | 11110010 | 10111001 | 111 | 0 | 11000 | 1100001 | 101 | 101101 | 1011110 | 110001 |
Color Harmonies of #F2B907
Complementary color
Monochromatic Colors of #F2B907
Black with #F2B907
Text Example
Text Example
White with #F2B907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B907; }
p { color: rgb(242,185,7); }
H1.HeaderClassName
{
color: #F2B907;
}
.AnyTagClassName
{
color: #F2B907;
}
</style>
background-color css
<style>
a { background-color: #F2B907; }
a { background-color: rgb(242,185,7); }
div.DivClassName
{
background-color: #F2B907;
}
.BgClassName
{
background-color: #F2B907;
}
</style>
border-color css
<style>
span { border-color: #F2B907; }
span { border-color: rgb(242,185,7); }
td.TdClassName
{
border-color: #F2B907;
}
.TagClassName
{
border-color: #F2B907;
}
</style>