Shades of Selective Yellow #F2B80A
Tints of Selective Yellow #F2B80A
RGB
CMYK
RGB Variations
Color information
#F2B80A (or 0xF2B80A) is known color: Selective Yellow. HEX triplet: F2, B8 and 0A. RGB value is (242,184,10). Sum of RGB (Red+Green+Blue) = 242+184+10=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 10 (4.30% from 255 or 2.29% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B80A is #0D47F5. Grayscale: #B6B6B6. Windows color (decimal): -870390 or 702706. OLE color: 702706.
HSL color Cylindrical-coordinate representation of color #F2B80A: hue angle of 45º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2B80A is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 184 | 10 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.05 |
| HSL | 45º | 0.92% | 0.49% | - |
| HSV(B) | 45º | 0.96% | 0.95% | - |
| XYZ | 53.81 | 53.18 | 7.72 | - |
| YUV | 181.51 | 31.22 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 184 | 10 | 0 | 0.24 | 0.96 | 0.05 | 45 | 0.92 | 0.49 |
| Hex | F2 | B8 | A | 0 | 18 | 60 | 5 | 2D | 5C | 31 |
| Octal | 362 | 270 | 12 | 0 | 30 | 140 | 5 | 55 | 134 | 61 |
| Binary | 11110010 | 10111000 | 1010 | 0 | 11000 | 1100000 | 101 | 101101 | 1011100 | 110001 |
Color Harmonies of #F2B80A
Complementary color
Monochromatic Colors of #F2B80A
Black with #F2B80A
Text Example
Text Example
White with #F2B80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B80A; }
p { color: rgb(242,184,10); }
H1.HeaderClassName
{
color: #F2B80A;
}
.AnyTagClassName
{
color: #F2B80A;
}
</style>
background-color css
<style>
a { background-color: #F2B80A; }
a { background-color: rgb(242,184,10); }
div.DivClassName
{
background-color: #F2B80A;
}
.BgClassName
{
background-color: #F2B80A;
}
</style>
border-color css
<style>
span { border-color: #F2B80A; }
span { border-color: rgb(242,184,10); }
td.TdClassName
{
border-color: #F2B80A;
}
.TagClassName
{
border-color: #F2B80A;
}
</style>