Shades of Selective Yellow #F2B90B
Tints of Selective Yellow #F2B90B
RGB
CMYK
RGB Variations
Color information
#F2B90B (or 0xF2B90B) is known color: Selective Yellow. HEX triplet: F2, B9 and 0B. RGB value is (242,185,11). Sum of RGB (Red+Green+Blue) = 242+185+11=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 11 (4.69% from 255 or 2.51% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B90B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B90B is #0D46F4. Grayscale: #B6B6B6. Windows color (decimal): -870133 or 768498. OLE color: 768498.
HSL color Cylindrical-coordinate representation of color #F2B90B: hue angle of 45.19º 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 #F2B90B is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 11 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.05 |
| HSL | 45.19º | 0.91% | 0.5% | - |
| HSV(B) | 45.19º | 0.95% | 0.95% | - |
| XYZ | 54.03 | 53.6 | 7.81 | - |
| YUV | 182.21 | 31.38 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 11 | 0 | 0.24 | 0.95 | 0.05 | 45.19 | 0.91 | 0.5 |
| Hex | F2 | B9 | B | 0 | 18 | 5F | 5 | 2D | 5B | 32 |
| Octal | 362 | 271 | 13 | 0 | 30 | 137 | 5 | 55 | 133 | 62 |
| Binary | 11110010 | 10111001 | 1011 | 0 | 11000 | 1011111 | 101 | 101101 | 1011011 | 110010 |
Color Harmonies of #F2B90B
Complementary color
Monochromatic Colors of #F2B90B
Black with #F2B90B
Text Example
Text Example
White with #F2B90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B90B; }
p { color: rgb(242,185,11); }
H1.HeaderClassName
{
color: #F2B90B;
}
.AnyTagClassName
{
color: #F2B90B;
}
</style>
background-color css
<style>
a { background-color: #F2B90B; }
a { background-color: rgb(242,185,11); }
div.DivClassName
{
background-color: #F2B90B;
}
.BgClassName
{
background-color: #F2B90B;
}
</style>
border-color css
<style>
span { border-color: #F2B90B; }
span { border-color: rgb(242,185,11); }
td.TdClassName
{
border-color: #F2B90B;
}
.TagClassName
{
border-color: #F2B90B;
}
</style>