Shades of Selective Yellow #F0AF05
Tints of Selective Yellow #F0AF05
RGB
CMYK
RGB Variations
Color information
#F0AF05 (or 0xF0AF05) is known color: Selective Yellow. HEX triplet: F0, AF and 05. RGB value is (240,175,5). Sum of RGB (Red+Green+Blue) = 240+175+5=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 5 (2.34% from 255 or 1.19% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0AF05 is #0F50FA. Grayscale: #AFAFAF. Windows color (decimal): -1003771 or 372720. OLE color: 372720.
HSL color Cylindrical-coordinate representation of color #F0AF05: hue angle of 43.4º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0AF05 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 5 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.06 |
| HSL | 43.4º | 0.96% | 0.48% | - |
| HSV(B) | 43.4º | 0.98% | 0.94% | - |
| XYZ | 51.29 | 49.2 | 6.94 | - |
| YUV | 175.06 | 32.03 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 5 | 0 | 0.27 | 0.98 | 0.06 | 43.4 | 0.96 | 0.48 |
| Hex | F0 | AF | 5 | 0 | 1B | 62 | 6 | 2B | 60 | 30 |
| Octal | 360 | 257 | 5 | 0 | 33 | 142 | 6 | 53 | 140 | 60 |
| Binary | 11110000 | 10101111 | 101 | 0 | 11011 | 1100010 | 110 | 101011 | 1100000 | 110000 |
Color Harmonies of #F0AF05
Complementary color
Monochromatic Colors of #F0AF05
Black with #F0AF05
Text Example
Text Example
White with #F0AF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AF05; }
p { color: rgb(240,175,5); }
H1.HeaderClassName
{
color: #F0AF05;
}
.AnyTagClassName
{
color: #F0AF05;
}
</style>
background-color css
<style>
a { background-color: #F0AF05; }
a { background-color: rgb(240,175,5); }
div.DivClassName
{
background-color: #F0AF05;
}
.BgClassName
{
background-color: #F0AF05;
}
</style>
border-color css
<style>
span { border-color: #F0AF05; }
span { border-color: rgb(240,175,5); }
td.TdClassName
{
border-color: #F0AF05;
}
.TagClassName
{
border-color: #F0AF05;
}
</style>