Shades of Selective Yellow #F2AF02
Tints of Selective Yellow #F2AF02
RGB
CMYK
RGB Variations
Color information
#F2AF02 (or 0xF2AF02) is known color: Selective Yellow. HEX triplet: F2, AF and 02. RGB value is (242,175,2). Sum of RGB (Red+Green+Blue) = 242+175+2=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 2 (1.17% from 255 or 0.48% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AF02 is #0D50FD. Grayscale: #B0B0B0. Windows color (decimal): -872702 or 176114. OLE color: 176114.
HSL color Cylindrical-coordinate representation of color #F2AF02: hue angle of 43.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F2AF02 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.05 |
| HSL | 43.25º | 0.98% | 0.48% | - |
| HSV(B) | 43.25º | 0.99% | 0.95% | - |
| XYZ | 51.96 | 49.54 | 6.88 | - |
| YUV | 175.31 | 30.2 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 2 | 0 | 0.28 | 0.99 | 0.05 | 43.25 | 0.98 | 0.48 |
| Hex | F2 | AF | 2 | 0 | 1C | 63 | 5 | 2B | 62 | 30 |
| Octal | 362 | 257 | 2 | 0 | 34 | 143 | 5 | 53 | 142 | 60 |
| Binary | 11110010 | 10101111 | 10 | 0 | 11100 | 1100011 | 101 | 101011 | 1100010 | 110000 |
Color Harmonies of #F2AF02
Complementary color
Monochromatic Colors of #F2AF02
Black with #F2AF02
Text Example
Text Example
White with #F2AF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF02; }
p { color: rgb(242,175,2); }
H1.HeaderClassName
{
color: #F2AF02;
}
.AnyTagClassName
{
color: #F2AF02;
}
</style>
background-color css
<style>
a { background-color: #F2AF02; }
a { background-color: rgb(242,175,2); }
div.DivClassName
{
background-color: #F2AF02;
}
.BgClassName
{
background-color: #F2AF02;
}
</style>
border-color css
<style>
span { border-color: #F2AF02; }
span { border-color: rgb(242,175,2); }
td.TdClassName
{
border-color: #F2AF02;
}
.TagClassName
{
border-color: #F2AF02;
}
</style>