Shades of Selective Yellow #F2B500
Tints of Selective Yellow #F2B500
RGB
CMYK
RGB Variations
Color information
#F2B500 (or 0xF2B500) is known color: Selective Yellow. HEX triplet: F2, B5 and 00. RGB value is (242,181,0). Sum of RGB (Red+Green+Blue) = 242+181+0=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B500 is #0D4AFF. Grayscale: #B3B3B3. Windows color (decimal): -871168 or 46578. OLE color: 46578.
HSL color Cylindrical-coordinate representation of color #F2B500: hue angle of 44.88º 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 #F2B500 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.05 |
| HSL | 44.88º | 1% | 0.47% | - |
| HSV(B) | 44.88º | 1% | 0.95% | - |
| XYZ | 53.14 | 51.92 | 7.22 | - |
| YUV | 178.61 | 27.21 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 0 | 0 | 0.25 | 1 | 0.05 | 44.88 | 1 | 0.47 |
| Hex | F2 | B5 | 0 | 0 | 19 | 64 | 5 | 2D | 64 | 2F |
| Octal | 362 | 265 | 0 | 0 | 31 | 144 | 5 | 55 | 144 | 57 |
| Binary | 11110010 | 10110101 | 0 | 0 | 11001 | 1100100 | 101 | 101101 | 1100100 | 101111 |
Color Harmonies of #F2B500
Complementary color
Monochromatic Colors of #F2B500
Black with #F2B500
Text Example
Text Example
White with #F2B500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B500; }
p { color: rgb(242,181,0); }
H1.HeaderClassName
{
color: #F2B500;
}
.AnyTagClassName
{
color: #F2B500;
}
</style>
background-color css
<style>
a { background-color: #F2B500; }
a { background-color: rgb(242,181,0); }
div.DivClassName
{
background-color: #F2B500;
}
.BgClassName
{
background-color: #F2B500;
}
</style>
border-color css
<style>
span { border-color: #F2B500; }
span { border-color: rgb(242,181,0); }
td.TdClassName
{
border-color: #F2B500;
}
.TagClassName
{
border-color: #F2B500;
}
</style>