Shades of Selective Yellow #F2AF08
Tints of Selective Yellow #F2AF08
RGB
CMYK
RGB Variations
Color information
#F2AF08 (or 0xF2AF08) is known color: Selective Yellow. HEX triplet: F2, AF and 08. RGB value is (242,175,8). Sum of RGB (Red+Green+Blue) = 242+175+8=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 8 (3.52% from 255 or 1.88% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AF08 is #0D50F7. Grayscale: #B0B0B0. Windows color (decimal): -872696 or 569330. OLE color: 569330.
HSL color Cylindrical-coordinate representation of color #F2AF08: hue angle of 42.82º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2AF08 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 8 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.05 |
| HSL | 42.82º | 0.94% | 0.49% | - |
| HSV(B) | 42.82º | 0.97% | 0.95% | - |
| XYZ | 51.99 | 49.55 | 7.05 | - |
| YUV | 176 | 33.2 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 8 | 0 | 0.28 | 0.97 | 0.05 | 42.82 | 0.94 | 0.49 |
| Hex | F2 | AF | 8 | 0 | 1C | 61 | 5 | 2B | 5E | 31 |
| Octal | 362 | 257 | 10 | 0 | 34 | 141 | 5 | 53 | 136 | 61 |
| Binary | 11110010 | 10101111 | 1000 | 0 | 11100 | 1100001 | 101 | 101011 | 1011110 | 110001 |
Color Harmonies of #F2AF08
Complementary color
Monochromatic Colors of #F2AF08
Black with #F2AF08
Text Example
Text Example
White with #F2AF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF08; }
p { color: rgb(242,175,8); }
H1.HeaderClassName
{
color: #F2AF08;
}
.AnyTagClassName
{
color: #F2AF08;
}
</style>
background-color css
<style>
a { background-color: #F2AF08; }
a { background-color: rgb(242,175,8); }
div.DivClassName
{
background-color: #F2AF08;
}
.BgClassName
{
background-color: #F2AF08;
}
</style>
border-color css
<style>
span { border-color: #F2AF08; }
span { border-color: rgb(242,175,8); }
td.TdClassName
{
border-color: #F2AF08;
}
.TagClassName
{
border-color: #F2AF08;
}
</style>