Shades of Selective Yellow #F2B609
Tints of Selective Yellow #F2B609
RGB
CMYK
RGB Variations
Color information
#F2B609 (or 0xF2B609) is known color: Selective Yellow. HEX triplet: F2, B6 and 09. RGB value is (242,182,9). Sum of RGB (Red+Green+Blue) = 242+182+9=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 9 (3.91% from 255 or 2.08% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B609 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B609 is #0D49F6. Grayscale: #B4B4B4. Windows color (decimal): -870903 or 636658. OLE color: 636658.
HSL color Cylindrical-coordinate representation of color #F2B609: hue angle of 44.55º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2B609 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 182 | 9 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.05 |
| HSL | 44.55º | 0.93% | 0.49% | - |
| HSV(B) | 44.55º | 0.96% | 0.95% | - |
| XYZ | 53.4 | 52.35 | 7.55 | - |
| YUV | 180.22 | 31.38 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 182 | 9 | 0 | 0.25 | 0.96 | 0.05 | 44.55 | 0.93 | 0.49 |
| Hex | F2 | B6 | 9 | 0 | 19 | 60 | 5 | 2D | 5D | 31 |
| Octal | 362 | 266 | 11 | 0 | 31 | 140 | 5 | 55 | 135 | 61 |
| Binary | 11110010 | 10110110 | 1001 | 0 | 11001 | 1100000 | 101 | 101101 | 1011101 | 110001 |
Color Harmonies of #F2B609
Complementary color
Monochromatic Colors of #F2B609
Black with #F2B609
Text Example
Text Example
White with #F2B609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B609; }
p { color: rgb(242,182,9); }
H1.HeaderClassName
{
color: #F2B609;
}
.AnyTagClassName
{
color: #F2B609;
}
</style>
background-color css
<style>
a { background-color: #F2B609; }
a { background-color: rgb(242,182,9); }
div.DivClassName
{
background-color: #F2B609;
}
.BgClassName
{
background-color: #F2B609;
}
</style>
border-color css
<style>
span { border-color: #F2B609; }
span { border-color: rgb(242,182,9); }
td.TdClassName
{
border-color: #F2B609;
}
.TagClassName
{
border-color: #F2B609;
}
</style>