Shades of Selective Yellow #F5B306
Tints of Selective Yellow #F5B306
RGB
CMYK
RGB Variations
Color information
#F5B306 (or 0xF5B306) is known color: Selective Yellow. HEX triplet: F5, B3 and 06. RGB value is (245,179,6). Sum of RGB (Red+Green+Blue) = 245+179+6=430 (56% of max value = 765). Red value is 245 (96.09% from 255 or 56.98% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 6 (2.73% from 255 or 1.40% from 430); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B306 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5B306 is #0A4CF9. Grayscale: #B3B3B3. Windows color (decimal): -675066 or 439285. OLE color: 439285.
HSL color Cylindrical-coordinate representation of color #F5B306: hue angle of 43.43º degrees, saturation: 0.95, 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 #F5B306 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 179 | 6 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.04 |
| HSL | 43.43º | 0.95% | 0.49% | - |
| HSV(B) | 43.43º | 0.98% | 0.96% | - |
| XYZ | 53.81 | 51.67 | 7.31 | - |
| YUV | 179.01 | 30.37 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 179 | 6 | 0 | 0.27 | 0.98 | 0.04 | 43.43 | 0.95 | 0.49 |
| Hex | F5 | B3 | 6 | 0 | 1B | 62 | 4 | 2B | 5F | 31 |
| Octal | 365 | 263 | 6 | 0 | 33 | 142 | 4 | 53 | 137 | 61 |
| Binary | 11110101 | 10110011 | 110 | 0 | 11011 | 1100010 | 100 | 101011 | 1011111 | 110001 |
Color Harmonies of #F5B306
Complementary color
Monochromatic Colors of #F5B306
Black with #F5B306
Text Example
Text Example
White with #F5B306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B306; }
p { color: rgb(245,179,6); }
H1.HeaderClassName
{
color: #F5B306;
}
.AnyTagClassName
{
color: #F5B306;
}
</style>
background-color css
<style>
a { background-color: #F5B306; }
a { background-color: rgb(245,179,6); }
div.DivClassName
{
background-color: #F5B306;
}
.BgClassName
{
background-color: #F5B306;
}
</style>
border-color css
<style>
span { border-color: #F5B306; }
span { border-color: rgb(245,179,6); }
td.TdClassName
{
border-color: #F5B306;
}
.TagClassName
{
border-color: #F5B306;
}
</style>