Shades of Selective Yellow #F0B403
Tints of Selective Yellow #F0B403
RGB
CMYK
RGB Variations
Color information
#F0B403 (or 0xF0B403) is known color: Selective Yellow. HEX triplet: F0, B4 and 03. RGB value is (240,180,3). Sum of RGB (Red+Green+Blue) = 240+180+3=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 3 (1.56% from 255 or 0.71% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B403 is #0F4BFC. Grayscale: #B2B2B2. Windows color (decimal): -1002493 or 242928. OLE color: 242928.
HSL color Cylindrical-coordinate representation of color #F0B403: hue angle of 44.81º 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 #F0B403 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 3 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.06 |
| HSL | 44.81º | 0.98% | 0.48% | - |
| HSV(B) | 44.81º | 0.99% | 0.94% | - |
| XYZ | 52.27 | 51.17 | 7.21 | - |
| YUV | 177.76 | 29.38 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 3 | 0 | 0.25 | 0.99 | 0.06 | 44.81 | 0.98 | 0.48 |
| Hex | F0 | B4 | 3 | 0 | 19 | 63 | 6 | 2D | 62 | 30 |
| Octal | 360 | 264 | 3 | 0 | 31 | 143 | 6 | 55 | 142 | 60 |
| Binary | 11110000 | 10110100 | 11 | 0 | 11001 | 1100011 | 110 | 101101 | 1100010 | 110000 |
Color Harmonies of #F0B403
Complementary color
Monochromatic Colors of #F0B403
Black with #F0B403
Text Example
Text Example
White with #F0B403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B403; }
p { color: rgb(240,180,3); }
H1.HeaderClassName
{
color: #F0B403;
}
.AnyTagClassName
{
color: #F0B403;
}
</style>
background-color css
<style>
a { background-color: #F0B403; }
a { background-color: rgb(240,180,3); }
div.DivClassName
{
background-color: #F0B403;
}
.BgClassName
{
background-color: #F0B403;
}
</style>
border-color css
<style>
span { border-color: #F0B403; }
span { border-color: rgb(240,180,3); }
td.TdClassName
{
border-color: #F0B403;
}
.TagClassName
{
border-color: #F0B403;
}
</style>