Shades of Selective Yellow #F5AF02
Tints of Selective Yellow #F5AF02
RGB
CMYK
RGB Variations
Color information
#F5AF02 (or 0xF5AF02) is known color: Selective Yellow. HEX triplet: F5, AF and 02. RGB value is (245,175,2). Sum of RGB (Red+Green+Blue) = 245+175+2=422 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.06% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 2 (1.17% from 255 or 0.47% from 422); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5AF02 is #0A50FD. Grayscale: #B0B0B0. Windows color (decimal): -676094 or 176117. OLE color: 176117.
HSL color Cylindrical-coordinate representation of color #F5AF02: hue angle of 42.72º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F5AF02 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.04 |
| HSL | 42.72º | 0.98% | 0.48% | - |
| HSV(B) | 42.72º | 0.99% | 0.96% | - |
| XYZ | 53 | 50.08 | 6.93 | - |
| YUV | 176.21 | 29.69 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 2 | 0 | 0.29 | 0.99 | 0.04 | 42.72 | 0.98 | 0.48 |
| Hex | F5 | AF | 2 | 0 | 1D | 63 | 4 | 2B | 62 | 30 |
| Octal | 365 | 257 | 2 | 0 | 35 | 143 | 4 | 53 | 142 | 60 |
| Binary | 11110101 | 10101111 | 10 | 0 | 11101 | 1100011 | 100 | 101011 | 1100010 | 110000 |
Color Harmonies of #F5AF02
Complementary color
Monochromatic Colors of #F5AF02
Black with #F5AF02
Text Example
Text Example
White with #F5AF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF02; }
p { color: rgb(245,175,2); }
H1.HeaderClassName
{
color: #F5AF02;
}
.AnyTagClassName
{
color: #F5AF02;
}
</style>
background-color css
<style>
a { background-color: #F5AF02; }
a { background-color: rgb(245,175,2); }
div.DivClassName
{
background-color: #F5AF02;
}
.BgClassName
{
background-color: #F5AF02;
}
</style>
border-color css
<style>
span { border-color: #F5AF02; }
span { border-color: rgb(245,175,2); }
td.TdClassName
{
border-color: #F5AF02;
}
.TagClassName
{
border-color: #F5AF02;
}
</style>