Shades of Selective Yellow #F0B303
Tints of Selective Yellow #F0B303
RGB
CMYK
RGB Variations
Color information
#F0B303 (or 0xF0B303) is known color: Selective Yellow. HEX triplet: F0, B3 and 03. RGB value is (240,179,3). Sum of RGB (Red+Green+Blue) = 240+179+3=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 3 (1.56% from 255 or 0.71% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B303 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B303 is #0F4CFC. Grayscale: #B1B1B1. Windows color (decimal): -1002749 or 242672. OLE color: 242672.
HSL color Cylindrical-coordinate representation of color #F0B303: hue angle of 44.56º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0B303 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 179 | 3 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.06 |
| HSL | 44.56º | 0.98% | 0.48% | - |
| HSV(B) | 44.56º | 0.99% | 0.94% | - |
| XYZ | 52.07 | 50.77 | 7.14 | - |
| YUV | 177.18 | 29.71 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 179 | 3 | 0 | 0.25 | 0.99 | 0.06 | 44.56 | 0.98 | 0.48 |
| Hex | F0 | B3 | 3 | 0 | 19 | 63 | 6 | 2D | 62 | 30 |
| Octal | 360 | 263 | 3 | 0 | 31 | 143 | 6 | 55 | 142 | 60 |
| Binary | 11110000 | 10110011 | 11 | 0 | 11001 | 1100011 | 110 | 101101 | 1100010 | 110000 |
Color Harmonies of #F0B303
Complementary color
Monochromatic Colors of #F0B303
Black with #F0B303
Text Example
Text Example
White with #F0B303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B303; }
p { color: rgb(240,179,3); }
H1.HeaderClassName
{
color: #F0B303;
}
.AnyTagClassName
{
color: #F0B303;
}
</style>
background-color css
<style>
a { background-color: #F0B303; }
a { background-color: rgb(240,179,3); }
div.DivClassName
{
background-color: #F0B303;
}
.BgClassName
{
background-color: #F0B303;
}
</style>
border-color css
<style>
span { border-color: #F0B303; }
span { border-color: rgb(240,179,3); }
td.TdClassName
{
border-color: #F0B303;
}
.TagClassName
{
border-color: #F0B303;
}
</style>