Shades of Selective Yellow #F0B307
Tints of Selective Yellow #F0B307
RGB
CMYK
RGB Variations
Color information
#F0B307 (or 0xF0B307) is known color: Selective Yellow. HEX triplet: F0, B3 and 07. RGB value is (240,179,7). Sum of RGB (Red+Green+Blue) = 240+179+7=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 7 (3.12% from 255 or 1.64% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B307 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B307 is #0F4CF8. Grayscale: #B2B2B2. Windows color (decimal): -1002745 or 504816. OLE color: 504816.
HSL color Cylindrical-coordinate representation of color #F0B307: hue angle of 44.29º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0B307 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 179 | 7 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.06 |
| HSL | 44.29º | 0.94% | 0.48% | - |
| HSV(B) | 44.29º | 0.97% | 0.94% | - |
| XYZ | 52.09 | 50.78 | 7.26 | - |
| YUV | 177.63 | 31.71 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 179 | 7 | 0 | 0.25 | 0.97 | 0.06 | 44.29 | 0.94 | 0.48 |
| Hex | F0 | B3 | 7 | 0 | 19 | 61 | 6 | 2C | 5E | 30 |
| Octal | 360 | 263 | 7 | 0 | 31 | 141 | 6 | 54 | 136 | 60 |
| Binary | 11110000 | 10110011 | 111 | 0 | 11001 | 1100001 | 110 | 101100 | 1011110 | 110000 |
Color Harmonies of #F0B307
Complementary color
Monochromatic Colors of #F0B307
Black with #F0B307
Text Example
Text Example
White with #F0B307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B307; }
p { color: rgb(240,179,7); }
H1.HeaderClassName
{
color: #F0B307;
}
.AnyTagClassName
{
color: #F0B307;
}
</style>
background-color css
<style>
a { background-color: #F0B307; }
a { background-color: rgb(240,179,7); }
div.DivClassName
{
background-color: #F0B307;
}
.BgClassName
{
background-color: #F0B307;
}
</style>
border-color css
<style>
span { border-color: #F0B307; }
span { border-color: rgb(240,179,7); }
td.TdClassName
{
border-color: #F0B307;
}
.TagClassName
{
border-color: #F0B307;
}
</style>