Shades of Selective Yellow #F7AF00
Tints of Selective Yellow #F7AF00
RGB
CMYK
RGB Variations
Color information
#F7AF00 (or 0xF7AF00) is known color: Selective Yellow. HEX triplet: F7, AF and 00. RGB value is (247,175,0). Sum of RGB (Red+Green+Blue) = 247+175+0=422 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.53% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7AF00 is #0850FF. Grayscale: #B1B1B1. Windows color (decimal): -545024 or 45047. OLE color: 45047.
HSL color Cylindrical-coordinate representation of color #F7AF00: hue angle of 42.51º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7AF00 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 175 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.03 |
| HSL | 42.51º | 1% | 0.48% | - |
| HSV(B) | 42.51º | 1% | 0.97% | - |
| XYZ | 53.69 | 50.43 | 6.91 | - |
| YUV | 176.58 | 28.35 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 175 | 0 | 0 | 0.29 | 1 | 0.03 | 42.51 | 1 | 0.48 |
| Hex | F7 | AF | 0 | 0 | 1D | 64 | 3 | 2B | 64 | 30 |
| Octal | 367 | 257 | 0 | 0 | 35 | 144 | 3 | 53 | 144 | 60 |
| Binary | 11110111 | 10101111 | 0 | 0 | 11101 | 1100100 | 11 | 101011 | 1100100 | 110000 |
Color Harmonies of #F7AF00
Complementary color
Monochromatic Colors of #F7AF00
Black with #F7AF00
Text Example
Text Example
White with #F7AF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AF00; }
p { color: rgb(247,175,0); }
H1.HeaderClassName
{
color: #F7AF00;
}
.AnyTagClassName
{
color: #F7AF00;
}
</style>
background-color css
<style>
a { background-color: #F7AF00; }
a { background-color: rgb(247,175,0); }
div.DivClassName
{
background-color: #F7AF00;
}
.BgClassName
{
background-color: #F7AF00;
}
</style>
border-color css
<style>
span { border-color: #F7AF00; }
span { border-color: rgb(247,175,0); }
td.TdClassName
{
border-color: #F7AF00;
}
.TagClassName
{
border-color: #F7AF00;
}
</style>