Shades of Selective Yellow #F6B305
Tints of Selective Yellow #F6B305
RGB
CMYK
RGB Variations
Color information
#F6B305 (or 0xF6B305) is known color: Selective Yellow. HEX triplet: F6, B3 and 05. RGB value is (246,179,5). Sum of RGB (Red+Green+Blue) = 246+179+5=430 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.21% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 5 (2.34% from 255 or 1.16% from 430); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6B305 is #094CFA. Grayscale: #B3B3B3. Windows color (decimal): -609531 or 373750. OLE color: 373750.
HSL color Cylindrical-coordinate representation of color #F6B305: hue angle of 43.32º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F6B305 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 179 | 5 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.04 |
| HSL | 43.32º | 0.96% | 0.49% | - |
| HSV(B) | 43.32º | 0.98% | 0.96% | - |
| XYZ | 54.15 | 51.84 | 7.3 | - |
| YUV | 179.2 | 29.7 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 179 | 5 | 0 | 0.27 | 0.98 | 0.04 | 43.32 | 0.96 | 0.49 |
| Hex | F6 | B3 | 5 | 0 | 1B | 62 | 4 | 2B | 60 | 31 |
| Octal | 366 | 263 | 5 | 0 | 33 | 142 | 4 | 53 | 140 | 61 |
| Binary | 11110110 | 10110011 | 101 | 0 | 11011 | 1100010 | 100 | 101011 | 1100000 | 110001 |
Color Harmonies of #F6B305
Complementary color
Monochromatic Colors of #F6B305
Black with #F6B305
Text Example
Text Example
White with #F6B305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B305; }
p { color: rgb(246,179,5); }
H1.HeaderClassName
{
color: #F6B305;
}
.AnyTagClassName
{
color: #F6B305;
}
</style>
background-color css
<style>
a { background-color: #F6B305; }
a { background-color: rgb(246,179,5); }
div.DivClassName
{
background-color: #F6B305;
}
.BgClassName
{
background-color: #F6B305;
}
</style>
border-color css
<style>
span { border-color: #F6B305; }
span { border-color: rgb(246,179,5); }
td.TdClassName
{
border-color: #F6B305;
}
.TagClassName
{
border-color: #F6B305;
}
</style>