Shades of Selective Yellow #F0AF07
Tints of Selective Yellow #F0AF07
RGB
CMYK
RGB Variations
Color information
#F0AF07 (or 0xF0AF07) is known color: Selective Yellow. HEX triplet: F0, AF and 07. RGB value is (240,175,7). Sum of RGB (Red+Green+Blue) = 240+175+7=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 7 (3.12% from 255 or 1.66% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0AF07 is #0F50F8. Grayscale: #B0B0B0. Windows color (decimal): -1003769 or 503792. OLE color: 503792.
HSL color Cylindrical-coordinate representation of color #F0AF07: hue angle of 43.26º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0AF07 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 7 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.06 |
| HSL | 43.26º | 0.94% | 0.48% | - |
| HSV(B) | 43.26º | 0.97% | 0.94% | - |
| XYZ | 51.3 | 49.2 | 6.99 | - |
| YUV | 175.28 | 33.03 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 7 | 0 | 0.27 | 0.97 | 0.06 | 43.26 | 0.94 | 0.48 |
| Hex | F0 | AF | 7 | 0 | 1B | 61 | 6 | 2B | 5E | 30 |
| Octal | 360 | 257 | 7 | 0 | 33 | 141 | 6 | 53 | 136 | 60 |
| Binary | 11110000 | 10101111 | 111 | 0 | 11011 | 1100001 | 110 | 101011 | 1011110 | 110000 |
Color Harmonies of #F0AF07
Complementary color
Monochromatic Colors of #F0AF07
Black with #F0AF07
Text Example
Text Example
White with #F0AF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AF07; }
p { color: rgb(240,175,7); }
H1.HeaderClassName
{
color: #F0AF07;
}
.AnyTagClassName
{
color: #F0AF07;
}
</style>
background-color css
<style>
a { background-color: #F0AF07; }
a { background-color: rgb(240,175,7); }
div.DivClassName
{
background-color: #F0AF07;
}
.BgClassName
{
background-color: #F0AF07;
}
</style>
border-color css
<style>
span { border-color: #F0AF07; }
span { border-color: rgb(240,175,7); }
td.TdClassName
{
border-color: #F0AF07;
}
.TagClassName
{
border-color: #F0AF07;
}
</style>