Shades of Selective Yellow #F0AF06
Tints of Selective Yellow #F0AF06
RGB
CMYK
RGB Variations
Color information
#F0AF06 (or 0xF0AF06) is known color: Selective Yellow. HEX triplet: F0, AF and 06. RGB value is (240,175,6). Sum of RGB (Red+Green+Blue) = 240+175+6=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 6 (2.73% from 255 or 1.43% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0AF06 is #0F50F9. Grayscale: #AFAFAF. Windows color (decimal): -1003770 or 438256. OLE color: 438256.
HSL color Cylindrical-coordinate representation of color #F0AF06: hue angle of 43.33º degrees, saturation: 0.95, 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 #F0AF06 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 6 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.06 |
| HSL | 43.33º | 0.95% | 0.48% | - |
| HSV(B) | 43.33º | 0.98% | 0.94% | - |
| XYZ | 51.3 | 49.2 | 6.96 | - |
| YUV | 175.17 | 32.53 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 6 | 0 | 0.27 | 0.98 | 0.06 | 43.33 | 0.95 | 0.48 |
| Hex | F0 | AF | 6 | 0 | 1B | 62 | 6 | 2B | 5F | 30 |
| Octal | 360 | 257 | 6 | 0 | 33 | 142 | 6 | 53 | 137 | 60 |
| Binary | 11110000 | 10101111 | 110 | 0 | 11011 | 1100010 | 110 | 101011 | 1011111 | 110000 |
Color Harmonies of #F0AF06
Complementary color
Monochromatic Colors of #F0AF06
Black with #F0AF06
Text Example
Text Example
White with #F0AF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AF06; }
p { color: rgb(240,175,6); }
H1.HeaderClassName
{
color: #F0AF06;
}
.AnyTagClassName
{
color: #F0AF06;
}
</style>
background-color css
<style>
a { background-color: #F0AF06; }
a { background-color: rgb(240,175,6); }
div.DivClassName
{
background-color: #F0AF06;
}
.BgClassName
{
background-color: #F0AF06;
}
</style>
border-color css
<style>
span { border-color: #F0AF06; }
span { border-color: rgb(240,175,6); }
td.TdClassName
{
border-color: #F0AF06;
}
.TagClassName
{
border-color: #F0AF06;
}
</style>