Shades of Selective Yellow #F7B30A
Tints of Selective Yellow #F7B30A
RGB
CMYK
RGB Variations
Color information
#F7B30A (or 0xF7B30A) is known color: Selective Yellow. HEX triplet: F7, B3 and 0A. RGB value is (247,179,10). Sum of RGB (Red+Green+Blue) = 247+179+10=436 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.65% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 10 (4.30% from 255 or 2.29% from 436); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B30A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7B30A is #084CF5. Grayscale: #B4B4B4. Windows color (decimal): -543990 or 701431. OLE color: 701431.
HSL color Cylindrical-coordinate representation of color #F7B30A: hue angle of 42.78º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7B30A is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 179 | 10 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.03 |
| HSL | 42.78º | 0.94% | 0.5% | - |
| HSV(B) | 42.78º | 0.96% | 0.97% | - |
| XYZ | 54.53 | 52.04 | 7.46 | - |
| YUV | 180.07 | 32.03 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 179 | 10 | 0 | 0.28 | 0.96 | 0.03 | 42.78 | 0.94 | 0.5 |
| Hex | F7 | B3 | A | 0 | 1C | 60 | 3 | 2B | 5E | 32 |
| Octal | 367 | 263 | 12 | 0 | 34 | 140 | 3 | 53 | 136 | 62 |
| Binary | 11110111 | 10110011 | 1010 | 0 | 11100 | 1100000 | 11 | 101011 | 1011110 | 110010 |
Color Harmonies of #F7B30A
Complementary color
Monochromatic Colors of #F7B30A
Black with #F7B30A
Text Example
Text Example
White with #F7B30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B30A; }
p { color: rgb(247,179,10); }
H1.HeaderClassName
{
color: #F7B30A;
}
.AnyTagClassName
{
color: #F7B30A;
}
</style>
background-color css
<style>
a { background-color: #F7B30A; }
a { background-color: rgb(247,179,10); }
div.DivClassName
{
background-color: #F7B30A;
}
.BgClassName
{
background-color: #F7B30A;
}
</style>
border-color css
<style>
span { border-color: #F7B30A; }
span { border-color: rgb(247,179,10); }
td.TdClassName
{
border-color: #F7B30A;
}
.TagClassName
{
border-color: #F7B30A;
}
</style>