Shades of Selective Yellow #F6B30B
Tints of Selective Yellow #F6B30B
RGB
CMYK
RGB Variations
Color information
#F6B30B (or 0xF6B30B) is known color: Selective Yellow. HEX triplet: F6, B3 and 0B. RGB value is (246,179,11). Sum of RGB (Red+Green+Blue) = 246+179+11=436 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.42% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 11 (4.69% from 255 or 2.52% from 436); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6B30B is #094CF4. Grayscale: #B4B4B4. Windows color (decimal): -609525 or 766966. OLE color: 766966.
HSL color Cylindrical-coordinate representation of color #F6B30B: hue angle of 42.89º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6B30B is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 179 | 11 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.04 |
| HSL | 42.89º | 0.93% | 0.5% | - |
| HSV(B) | 42.89º | 0.96% | 0.96% | - |
| XYZ | 54.19 | 51.86 | 7.47 | - |
| YUV | 179.88 | 32.7 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 179 | 11 | 0 | 0.27 | 0.96 | 0.04 | 42.89 | 0.93 | 0.5 |
| Hex | F6 | B3 | B | 0 | 1B | 60 | 4 | 2B | 5D | 32 |
| Octal | 366 | 263 | 13 | 0 | 33 | 140 | 4 | 53 | 135 | 62 |
| Binary | 11110110 | 10110011 | 1011 | 0 | 11011 | 1100000 | 100 | 101011 | 1011101 | 110010 |
Color Harmonies of #F6B30B
Complementary color
Monochromatic Colors of #F6B30B
Black with #F6B30B
Text Example
Text Example
White with #F6B30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B30B; }
p { color: rgb(246,179,11); }
H1.HeaderClassName
{
color: #F6B30B;
}
.AnyTagClassName
{
color: #F6B30B;
}
</style>
background-color css
<style>
a { background-color: #F6B30B; }
a { background-color: rgb(246,179,11); }
div.DivClassName
{
background-color: #F6B30B;
}
.BgClassName
{
background-color: #F6B30B;
}
</style>
border-color css
<style>
span { border-color: #F6B30B; }
span { border-color: rgb(246,179,11); }
td.TdClassName
{
border-color: #F6B30B;
}
.TagClassName
{
border-color: #F6B30B;
}
</style>