Shades of Selective Yellow #F0B30C
Tints of Selective Yellow #F0B30C
RGB
CMYK
RGB Variations
Color information
#F0B30C (or 0xF0B30C) is known color: Selective Yellow. HEX triplet: F0, B3 and 0C. RGB value is (240,179,12). Sum of RGB (Red+Green+Blue) = 240+179+12=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 12 (5.08% from 255 or 2.78% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B30C is #0F4CF3. Grayscale: #B2B2B2. Windows color (decimal): -1002740 or 832496. OLE color: 832496.
HSL color Cylindrical-coordinate representation of color #F0B30C: hue angle of 43.95º degrees, saturation: 0.9, 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 #F0B30C is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 179 | 12 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.06 |
| HSL | 43.95º | 0.9% | 0.49% | - |
| HSV(B) | 43.95º | 0.95% | 0.94% | - |
| XYZ | 52.12 | 50.79 | 7.4 | - |
| YUV | 178.2 | 34.21 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 179 | 12 | 0 | 0.25 | 0.95 | 0.06 | 43.95 | 0.9 | 0.49 |
| Hex | F0 | B3 | C | 0 | 19 | 5F | 6 | 2C | 5A | 31 |
| Octal | 360 | 263 | 14 | 0 | 31 | 137 | 6 | 54 | 132 | 61 |
| Binary | 11110000 | 10110011 | 1100 | 0 | 11001 | 1011111 | 110 | 101100 | 1011010 | 110001 |
Color Harmonies of #F0B30C
Complementary color
Monochromatic Colors of #F0B30C
Black with #F0B30C
Text Example
Text Example
White with #F0B30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B30C; }
p { color: rgb(240,179,12); }
H1.HeaderClassName
{
color: #F0B30C;
}
.AnyTagClassName
{
color: #F0B30C;
}
</style>
background-color css
<style>
a { background-color: #F0B30C; }
a { background-color: rgb(240,179,12); }
div.DivClassName
{
background-color: #F0B30C;
}
.BgClassName
{
background-color: #F0B30C;
}
</style>
border-color css
<style>
span { border-color: #F0B30C; }
span { border-color: rgb(240,179,12); }
td.TdClassName
{
border-color: #F0B30C;
}
.TagClassName
{
border-color: #F0B30C;
}
</style>