Shades of Selective Yellow #F0B30B
Tints of Selective Yellow #F0B30B
RGB
CMYK
RGB Variations
Color information
#F0B30B (or 0xF0B30B) is known color: Selective Yellow. HEX triplet: F0, B3 and 0B. RGB value is (240,179,11). Sum of RGB (Red+Green+Blue) = 240+179+11=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 11 (4.69% from 255 or 2.56% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B30B is #0F4CF4. Grayscale: #B2B2B2. Windows color (decimal): -1002741 or 766960. OLE color: 766960.
HSL color Cylindrical-coordinate representation of color #F0B30B: hue angle of 44.02º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0B30B is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 179 | 11 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.06 |
| HSL | 44.02º | 0.91% | 0.49% | - |
| HSV(B) | 44.02º | 0.95% | 0.94% | - |
| XYZ | 52.12 | 50.79 | 7.37 | - |
| YUV | 178.09 | 33.71 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 179 | 11 | 0 | 0.25 | 0.95 | 0.06 | 44.02 | 0.91 | 0.49 |
| Hex | F0 | B3 | B | 0 | 19 | 5F | 6 | 2C | 5B | 31 |
| Octal | 360 | 263 | 13 | 0 | 31 | 137 | 6 | 54 | 133 | 61 |
| Binary | 11110000 | 10110011 | 1011 | 0 | 11001 | 1011111 | 110 | 101100 | 1011011 | 110001 |
Color Harmonies of #F0B30B
Complementary color
Monochromatic Colors of #F0B30B
Black with #F0B30B
Text Example
Text Example
White with #F0B30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B30B; }
p { color: rgb(240,179,11); }
H1.HeaderClassName
{
color: #F0B30B;
}
.AnyTagClassName
{
color: #F0B30B;
}
</style>
background-color css
<style>
a { background-color: #F0B30B; }
a { background-color: rgb(240,179,11); }
div.DivClassName
{
background-color: #F0B30B;
}
.BgClassName
{
background-color: #F0B30B;
}
</style>
border-color css
<style>
span { border-color: #F0B30B; }
span { border-color: rgb(240,179,11); }
td.TdClassName
{
border-color: #F0B30B;
}
.TagClassName
{
border-color: #F0B30B;
}
</style>