Shades of Selective Yellow #F2B30B
Tints of Selective Yellow #F2B30B
RGB
CMYK
RGB Variations
Color information
#F2B30B (or 0xF2B30B) is known color: Selective Yellow. HEX triplet: F2, B3 and 0B. RGB value is (242,179,11). Sum of RGB (Red+Green+Blue) = 242+179+11=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 11 (4.69% from 255 or 2.55% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B30B is #0D4CF4. Grayscale: #B3B3B3. Windows color (decimal): -871669 or 766962. OLE color: 766962.
HSL color Cylindrical-coordinate representation of color #F2B30B: hue angle of 43.64º 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 #F2B30B is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 179 | 11 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.05 |
| HSL | 43.64º | 0.91% | 0.5% | - |
| HSV(B) | 43.64º | 0.95% | 0.95% | - |
| XYZ | 52.8 | 51.14 | 7.41 | - |
| YUV | 178.69 | 33.37 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 179 | 11 | 0 | 0.26 | 0.95 | 0.05 | 43.64 | 0.91 | 0.5 |
| Hex | F2 | B3 | B | 0 | 1A | 5F | 5 | 2C | 5B | 32 |
| Octal | 362 | 263 | 13 | 0 | 32 | 137 | 5 | 54 | 133 | 62 |
| Binary | 11110010 | 10110011 | 1011 | 0 | 11010 | 1011111 | 101 | 101100 | 1011011 | 110010 |
Color Harmonies of #F2B30B
Complementary color
Monochromatic Colors of #F2B30B
Black with #F2B30B
Text Example
Text Example
White with #F2B30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B30B; }
p { color: rgb(242,179,11); }
H1.HeaderClassName
{
color: #F2B30B;
}
.AnyTagClassName
{
color: #F2B30B;
}
</style>
background-color css
<style>
a { background-color: #F2B30B; }
a { background-color: rgb(242,179,11); }
div.DivClassName
{
background-color: #F2B30B;
}
.BgClassName
{
background-color: #F2B30B;
}
</style>
border-color css
<style>
span { border-color: #F2B30B; }
span { border-color: rgb(242,179,11); }
td.TdClassName
{
border-color: #F2B30B;
}
.TagClassName
{
border-color: #F2B30B;
}
</style>