Shades of Selective Yellow #F5AF04
Tints of Selective Yellow #F5AF04
RGB
CMYK
RGB Variations
Color information
#F5AF04 (or 0xF5AF04) is known color: Selective Yellow. HEX triplet: F5, AF and 04. RGB value is (245,175,4). Sum of RGB (Red+Green+Blue) = 245+175+4=424 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.78% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 4 (1.95% from 255 or 0.94% from 424); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5AF04 is #0A50FB. Grayscale: #B1B1B1. Windows color (decimal): -676092 or 307189. OLE color: 307189.
HSL color Cylindrical-coordinate representation of color #F5AF04: hue angle of 42.57º 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 #F5AF04 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 4 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.04 |
| HSL | 42.57º | 0.97% | 0.49% | - |
| HSV(B) | 42.57º | 0.98% | 0.96% | - |
| XYZ | 53.01 | 50.08 | 6.99 | - |
| YUV | 176.44 | 30.69 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 4 | 0 | 0.29 | 0.98 | 0.04 | 42.57 | 0.97 | 0.49 |
| Hex | F5 | AF | 4 | 0 | 1D | 62 | 4 | 2B | 61 | 31 |
| Octal | 365 | 257 | 4 | 0 | 35 | 142 | 4 | 53 | 141 | 61 |
| Binary | 11110101 | 10101111 | 100 | 0 | 11101 | 1100010 | 100 | 101011 | 1100001 | 110001 |
Color Harmonies of #F5AF04
Complementary color
Monochromatic Colors of #F5AF04
Black with #F5AF04
Text Example
Text Example
White with #F5AF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF04; }
p { color: rgb(245,175,4); }
H1.HeaderClassName
{
color: #F5AF04;
}
.AnyTagClassName
{
color: #F5AF04;
}
</style>
background-color css
<style>
a { background-color: #F5AF04; }
a { background-color: rgb(245,175,4); }
div.DivClassName
{
background-color: #F5AF04;
}
.BgClassName
{
background-color: #F5AF04;
}
</style>
border-color css
<style>
span { border-color: #F5AF04; }
span { border-color: rgb(245,175,4); }
td.TdClassName
{
border-color: #F5AF04;
}
.TagClassName
{
border-color: #F5AF04;
}
</style>