Shades of Selective Yellow #F0B802
Tints of Selective Yellow #F0B802
RGB
CMYK
RGB Variations
Color information
#F0B802 (or 0xF0B802) is known color: Selective Yellow. HEX triplet: F0, B8 and 02. RGB value is (240,184,2). Sum of RGB (Red+Green+Blue) = 240+184+2=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 2 (1.17% from 255 or 0.47% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B802 is #0F47FD. Grayscale: #B4B4B4. Windows color (decimal): -1001470 or 178416. OLE color: 178416.
HSL color Cylindrical-coordinate representation of color #F0B802: hue angle of 45.88º 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 #F0B802 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 184 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.06 |
| HSL | 45.88º | 0.98% | 0.47% | - |
| HSV(B) | 45.88º | 0.99% | 0.94% | - |
| XYZ | 53.09 | 52.81 | 7.45 | - |
| YUV | 180 | 27.55 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 184 | 2 | 0 | 0.23 | 0.99 | 0.06 | 45.88 | 0.98 | 0.47 |
| Hex | F0 | B8 | 2 | 0 | 17 | 63 | 6 | 2E | 62 | 2F |
| Octal | 360 | 270 | 2 | 0 | 27 | 143 | 6 | 56 | 142 | 57 |
| Binary | 11110000 | 10111000 | 10 | 0 | 10111 | 1100011 | 110 | 101110 | 1100010 | 101111 |
Color Harmonies of #F0B802
Complementary color
Monochromatic Colors of #F0B802
Black with #F0B802
Text Example
Text Example
White with #F0B802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B802; }
p { color: rgb(240,184,2); }
H1.HeaderClassName
{
color: #F0B802;
}
.AnyTagClassName
{
color: #F0B802;
}
</style>
background-color css
<style>
a { background-color: #F0B802; }
a { background-color: rgb(240,184,2); }
div.DivClassName
{
background-color: #F0B802;
}
.BgClassName
{
background-color: #F0B802;
}
</style>
border-color css
<style>
span { border-color: #F0B802; }
span { border-color: rgb(240,184,2); }
td.TdClassName
{
border-color: #F0B802;
}
.TagClassName
{
border-color: #F0B802;
}
</style>