Shades of Selective Yellow #F0B402
Tints of Selective Yellow #F0B402
RGB
CMYK
RGB Variations
Color information
#F0B402 (or 0xF0B402) is known color: Selective Yellow. HEX triplet: F0, B4 and 02. RGB value is (240,180,2). Sum of RGB (Red+Green+Blue) = 240+180+2=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 2 (1.17% from 255 or 0.47% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B402 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B402 is #0F4BFD. Grayscale: #B2B2B2. Windows color (decimal): -1002494 or 177392. OLE color: 177392.
HSL color Cylindrical-coordinate representation of color #F0B402: hue angle of 44.87º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0B402 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 2 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.06 |
| HSL | 44.87º | 0.98% | 0.47% | - |
| HSV(B) | 44.87º | 0.99% | 0.94% | - |
| XYZ | 52.27 | 51.17 | 7.18 | - |
| YUV | 177.65 | 28.88 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 2 | 0 | 0.25 | 0.99 | 0.06 | 44.87 | 0.98 | 0.47 |
| Hex | F0 | B4 | 2 | 0 | 19 | 63 | 6 | 2D | 62 | 2F |
| Octal | 360 | 264 | 2 | 0 | 31 | 143 | 6 | 55 | 142 | 57 |
| Binary | 11110000 | 10110100 | 10 | 0 | 11001 | 1100011 | 110 | 101101 | 1100010 | 101111 |
Color Harmonies of #F0B402
Complementary color
Monochromatic Colors of #F0B402
Black with #F0B402
Text Example
Text Example
White with #F0B402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B402; }
p { color: rgb(240,180,2); }
H1.HeaderClassName
{
color: #F0B402;
}
.AnyTagClassName
{
color: #F0B402;
}
</style>
background-color css
<style>
a { background-color: #F0B402; }
a { background-color: rgb(240,180,2); }
div.DivClassName
{
background-color: #F0B402;
}
.BgClassName
{
background-color: #F0B402;
}
</style>
border-color css
<style>
span { border-color: #F0B402; }
span { border-color: rgb(240,180,2); }
td.TdClassName
{
border-color: #F0B402;
}
.TagClassName
{
border-color: #F0B402;
}
</style>