Shades of Selective Yellow #F2B60B
Tints of Selective Yellow #F2B60B
RGB
CMYK
RGB Variations
Color information
#F2B60B (or 0xF2B60B) is known color: Selective Yellow. HEX triplet: F2, B6 and 0B. RGB value is (242,182,11). Sum of RGB (Red+Green+Blue) = 242+182+11=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 11 (4.69% from 255 or 2.53% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B60B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B60B is #0D49F4. Grayscale: #B5B5B5. Windows color (decimal): -870901 or 767730. OLE color: 767730.
HSL color Cylindrical-coordinate representation of color #F2B60B: hue angle of 44.42º 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 #F2B60B is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 182 | 11 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.05 |
| HSL | 44.42º | 0.91% | 0.5% | - |
| HSV(B) | 44.42º | 0.95% | 0.95% | - |
| XYZ | 53.41 | 52.36 | 7.61 | - |
| YUV | 180.45 | 32.38 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 182 | 11 | 0 | 0.25 | 0.95 | 0.05 | 44.42 | 0.91 | 0.5 |
| Hex | F2 | B6 | B | 0 | 19 | 5F | 5 | 2C | 5B | 32 |
| Octal | 362 | 266 | 13 | 0 | 31 | 137 | 5 | 54 | 133 | 62 |
| Binary | 11110010 | 10110110 | 1011 | 0 | 11001 | 1011111 | 101 | 101100 | 1011011 | 110010 |
Color Harmonies of #F2B60B
Complementary color
Monochromatic Colors of #F2B60B
Black with #F2B60B
Text Example
Text Example
White with #F2B60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B60B; }
p { color: rgb(242,182,11); }
H1.HeaderClassName
{
color: #F2B60B;
}
.AnyTagClassName
{
color: #F2B60B;
}
</style>
background-color css
<style>
a { background-color: #F2B60B; }
a { background-color: rgb(242,182,11); }
div.DivClassName
{
background-color: #F2B60B;
}
.BgClassName
{
background-color: #F2B60B;
}
</style>
border-color css
<style>
span { border-color: #F2B60B; }
span { border-color: rgb(242,182,11); }
td.TdClassName
{
border-color: #F2B60B;
}
.TagClassName
{
border-color: #F2B60B;
}
</style>