Shades of Selective Yellow #F0B702
Tints of Selective Yellow #F0B702
RGB
CMYK
RGB Variations
Color information
#F0B702 (or 0xF0B702) is known color: Selective Yellow. HEX triplet: F0, B7 and 02. RGB value is (240,183,2). Sum of RGB (Red+Green+Blue) = 240+183+2=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 2 (1.17% from 255 or 0.47% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B702 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B702 is #0F48FD. Grayscale: #B4B4B4. Windows color (decimal): -1001726 or 178160. OLE color: 178160.
HSL color Cylindrical-coordinate representation of color #F0B702: hue angle of 45.63º 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 #F0B702 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 183 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.06 |
| HSL | 45.63º | 0.98% | 0.47% | - |
| HSV(B) | 45.63º | 0.99% | 0.94% | - |
| XYZ | 52.88 | 52.4 | 7.38 | - |
| YUV | 179.41 | 27.88 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 183 | 2 | 0 | 0.24 | 0.99 | 0.06 | 45.63 | 0.98 | 0.47 |
| Hex | F0 | B7 | 2 | 0 | 18 | 63 | 6 | 2E | 62 | 2F |
| Octal | 360 | 267 | 2 | 0 | 30 | 143 | 6 | 56 | 142 | 57 |
| Binary | 11110000 | 10110111 | 10 | 0 | 11000 | 1100011 | 110 | 101110 | 1100010 | 101111 |
Color Harmonies of #F0B702
Complementary color
Monochromatic Colors of #F0B702
Black with #F0B702
Text Example
Text Example
White with #F0B702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B702; }
p { color: rgb(240,183,2); }
H1.HeaderClassName
{
color: #F0B702;
}
.AnyTagClassName
{
color: #F0B702;
}
</style>
background-color css
<style>
a { background-color: #F0B702; }
a { background-color: rgb(240,183,2); }
div.DivClassName
{
background-color: #F0B702;
}
.BgClassName
{
background-color: #F0B702;
}
</style>
border-color css
<style>
span { border-color: #F0B702; }
span { border-color: rgb(240,183,2); }
td.TdClassName
{
border-color: #F0B702;
}
.TagClassName
{
border-color: #F0B702;
}
</style>