Shades of Selective Yellow #F2B900
Tints of Selective Yellow #F2B900
RGB
CMYK
RGB Variations
Color information
#F2B900 (or 0xF2B900) is known color: Selective Yellow. HEX triplet: F2, B9 and 00. RGB value is (242,185,0). Sum of RGB (Red+Green+Blue) = 242+185+0=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B900 is #0D46FF. Grayscale: #B5B5B5. Windows color (decimal): -870144 or 47602. OLE color: 47602.
HSL color Cylindrical-coordinate representation of color #F2B900: hue angle of 45.87º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2B900 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.05 |
| HSL | 45.87º | 1% | 0.47% | - |
| HSV(B) | 45.87º | 1% | 0.95% | - |
| XYZ | 53.97 | 53.58 | 7.5 | - |
| YUV | 180.95 | 25.88 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 0 | 0 | 0.24 | 1 | 0.05 | 45.87 | 1 | 0.47 |
| Hex | F2 | B9 | 0 | 0 | 18 | 64 | 5 | 2E | 64 | 2F |
| Octal | 362 | 271 | 0 | 0 | 30 | 144 | 5 | 56 | 144 | 57 |
| Binary | 11110010 | 10111001 | 0 | 0 | 11000 | 1100100 | 101 | 101110 | 1100100 | 101111 |
Color Harmonies of #F2B900
Complementary color
Monochromatic Colors of #F2B900
Black with #F2B900
Text Example
Text Example
White with #F2B900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B900; }
p { color: rgb(242,185,0); }
H1.HeaderClassName
{
color: #F2B900;
}
.AnyTagClassName
{
color: #F2B900;
}
</style>
background-color css
<style>
a { background-color: #F2B900; }
a { background-color: rgb(242,185,0); }
div.DivClassName
{
background-color: #F2B900;
}
.BgClassName
{
background-color: #F2B900;
}
</style>
border-color css
<style>
span { border-color: #F2B900; }
span { border-color: rgb(242,185,0); }
td.TdClassName
{
border-color: #F2B900;
}
.TagClassName
{
border-color: #F2B900;
}
</style>