Shades of Selective Yellow #F2B90F
Tints of Selective Yellow #F2B90F
RGB
CMYK
RGB Variations
Color information
#F2B90F (or 0xF2B90F) is known color: Selective Yellow. HEX triplet: F2, B9 and 0F. RGB value is (242,185,15). Sum of RGB (Red+Green+Blue) = 242+185+15=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 15 (6.25% from 255 or 3.39% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B90F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B90F is #0D46F0. Grayscale: #B7B7B7. Windows color (decimal): -870129 or 1030642. OLE color: 1030642.
HSL color Cylindrical-coordinate representation of color #F2B90F: hue angle of 44.93º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2B90F is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 15 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.05 |
| HSL | 44.93º | 0.9% | 0.5% | - |
| HSV(B) | 44.93º | 0.94% | 0.95% | - |
| XYZ | 54.05 | 53.61 | 7.95 | - |
| YUV | 182.66 | 33.38 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 15 | 0 | 0.24 | 0.94 | 0.05 | 44.93 | 0.9 | 0.5 |
| Hex | F2 | B9 | F | 0 | 18 | 5E | 5 | 2D | 5A | 32 |
| Octal | 362 | 271 | 17 | 0 | 30 | 136 | 5 | 55 | 132 | 62 |
| Binary | 11110010 | 10111001 | 1111 | 0 | 11000 | 1011110 | 101 | 101101 | 1011010 | 110010 |
Color Harmonies of #F2B90F
Complementary color
Monochromatic Colors of #F2B90F
Black with #F2B90F
Text Example
Text Example
White with #F2B90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B90F; }
p { color: rgb(242,185,15); }
H1.HeaderClassName
{
color: #F2B90F;
}
.AnyTagClassName
{
color: #F2B90F;
}
</style>
background-color css
<style>
a { background-color: #F2B90F; }
a { background-color: rgb(242,185,15); }
div.DivClassName
{
background-color: #F2B90F;
}
.BgClassName
{
background-color: #F2B90F;
}
</style>
border-color css
<style>
span { border-color: #F2B90F; }
span { border-color: rgb(242,185,15); }
td.TdClassName
{
border-color: #F2B90F;
}
.TagClassName
{
border-color: #F2B90F;
}
</style>