Shades of Selective Yellow #F0B708
Tints of Selective Yellow #F0B708
RGB
CMYK
RGB Variations
Color information
#F0B708 (or 0xF0B708) is known color: Selective Yellow. HEX triplet: F0, B7 and 08. RGB value is (240,183,8). Sum of RGB (Red+Green+Blue) = 240+183+8=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 8 (3.52% from 255 or 1.86% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B708 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B708 is #0F48F7. Grayscale: #B4B4B4. Windows color (decimal): -1001720 or 571376. OLE color: 571376.
HSL color Cylindrical-coordinate representation of color #F0B708: hue angle of 45.26º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0B708 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 183 | 8 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.06 |
| HSL | 45.26º | 0.94% | 0.49% | - |
| HSV(B) | 45.26º | 0.97% | 0.94% | - |
| XYZ | 52.91 | 52.41 | 7.56 | - |
| YUV | 180.09 | 30.88 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 183 | 8 | 0 | 0.24 | 0.97 | 0.06 | 45.26 | 0.94 | 0.49 |
| Hex | F0 | B7 | 8 | 0 | 18 | 61 | 6 | 2D | 5E | 31 |
| Octal | 360 | 267 | 10 | 0 | 30 | 141 | 6 | 55 | 136 | 61 |
| Binary | 11110000 | 10110111 | 1000 | 0 | 11000 | 1100001 | 110 | 101101 | 1011110 | 110001 |
Color Harmonies of #F0B708
Complementary color
Monochromatic Colors of #F0B708
Black with #F0B708
Text Example
Text Example
White with #F0B708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B708; }
p { color: rgb(240,183,8); }
H1.HeaderClassName
{
color: #F0B708;
}
.AnyTagClassName
{
color: #F0B708;
}
</style>
background-color css
<style>
a { background-color: #F0B708; }
a { background-color: rgb(240,183,8); }
div.DivClassName
{
background-color: #F0B708;
}
.BgClassName
{
background-color: #F0B708;
}
</style>
border-color css
<style>
span { border-color: #F0B708; }
span { border-color: rgb(240,183,8); }
td.TdClassName
{
border-color: #F0B708;
}
.TagClassName
{
border-color: #F0B708;
}
</style>