Shades of Selective Yellow #F7B30B
Tints of Selective Yellow #F7B30B
RGB
CMYK
RGB Variations
Color information
#F7B30B (or 0xF7B30B) is known color: Selective Yellow. HEX triplet: F7, B3 and 0B. RGB value is (247,179,11). Sum of RGB (Red+Green+Blue) = 247+179+11=437 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.52% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 11 (4.69% from 255 or 2.52% from 437); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7B30B is #084CF4. Grayscale: #B4B4B4. Windows color (decimal): -543989 or 766967. OLE color: 766967.
HSL color Cylindrical-coordinate representation of color #F7B30B: hue angle of 42.71º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7B30B is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 179 | 11 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.03 |
| HSL | 42.71º | 0.94% | 0.51% | - |
| HSV(B) | 42.71º | 0.96% | 0.97% | - |
| XYZ | 54.54 | 52.04 | 7.49 | - |
| YUV | 180.18 | 32.53 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 179 | 11 | 0 | 0.28 | 0.96 | 0.03 | 42.71 | 0.94 | 0.51 |
| Hex | F7 | B3 | B | 0 | 1C | 60 | 3 | 2B | 5E | 33 |
| Octal | 367 | 263 | 13 | 0 | 34 | 140 | 3 | 53 | 136 | 63 |
| Binary | 11110111 | 10110011 | 1011 | 0 | 11100 | 1100000 | 11 | 101011 | 1011110 | 110011 |
Color Harmonies of #F7B30B
Complementary color
Monochromatic Colors of #F7B30B
Black with #F7B30B
Text Example
Text Example
White with #F7B30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B30B; }
p { color: rgb(247,179,11); }
H1.HeaderClassName
{
color: #F7B30B;
}
.AnyTagClassName
{
color: #F7B30B;
}
</style>
background-color css
<style>
a { background-color: #F7B30B; }
a { background-color: rgb(247,179,11); }
div.DivClassName
{
background-color: #F7B30B;
}
.BgClassName
{
background-color: #F7B30B;
}
</style>
border-color css
<style>
span { border-color: #F7B30B; }
span { border-color: rgb(247,179,11); }
td.TdClassName
{
border-color: #F7B30B;
}
.TagClassName
{
border-color: #F7B30B;
}
</style>