Shades of Selective Yellow #F5B504
Tints of Selective Yellow #F5B504
RGB
CMYK
RGB Variations
Color information
#F5B504 (or 0xF5B504) is known color: Selective Yellow. HEX triplet: F5, B5 and 04. RGB value is (245,181,4). Sum of RGB (Red+Green+Blue) = 245+181+4=430 (56% of max value = 765). Red value is 245 (96.09% from 255 or 56.98% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 4 (1.95% from 255 or 0.93% from 430); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5B504 is #0A4AFB. Grayscale: #B4B4B4. Windows color (decimal): -674556 or 308725. OLE color: 308725.
HSL color Cylindrical-coordinate representation of color #F5B504: hue angle of 44.07º degrees, saturation: 0.97, 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 #F5B504 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 181 | 4 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.04 |
| HSL | 44.07º | 0.97% | 0.49% | - |
| HSV(B) | 44.07º | 0.98% | 0.96% | - |
| XYZ | 54.2 | 52.47 | 7.39 | - |
| YUV | 179.96 | 28.7 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 181 | 4 | 0 | 0.26 | 0.98 | 0.04 | 44.07 | 0.97 | 0.49 |
| Hex | F5 | B5 | 4 | 0 | 1A | 62 | 4 | 2C | 61 | 31 |
| Octal | 365 | 265 | 4 | 0 | 32 | 142 | 4 | 54 | 141 | 61 |
| Binary | 11110101 | 10110101 | 100 | 0 | 11010 | 1100010 | 100 | 101100 | 1100001 | 110001 |
Color Harmonies of #F5B504
Complementary color
Monochromatic Colors of #F5B504
Black with #F5B504
Text Example
Text Example
White with #F5B504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B504; }
p { color: rgb(245,181,4); }
H1.HeaderClassName
{
color: #F5B504;
}
.AnyTagClassName
{
color: #F5B504;
}
</style>
background-color css
<style>
a { background-color: #F5B504; }
a { background-color: rgb(245,181,4); }
div.DivClassName
{
background-color: #F5B504;
}
.BgClassName
{
background-color: #F5B504;
}
</style>
border-color css
<style>
span { border-color: #F5B504; }
span { border-color: rgb(245,181,4); }
td.TdClassName
{
border-color: #F5B504;
}
.TagClassName
{
border-color: #F5B504;
}
</style>