Shades of Selective Yellow #F2B008
Tints of Selective Yellow #F2B008
RGB
CMYK
RGB Variations
Color information
#F2B008 (or 0xF2B008) is known color: Selective Yellow. HEX triplet: F2, B0 and 08. RGB value is (242,176,8). Sum of RGB (Red+Green+Blue) = 242+176+8=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 8 (3.52% from 255 or 1.88% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2B008 is #0D4FF7. Grayscale: #B1B1B1. Windows color (decimal): -872440 or 569586. OLE color: 569586.
HSL color Cylindrical-coordinate representation of color #F2B008: hue angle of 43.08º 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 #F2B008 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 8 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.05 |
| HSL | 43.08º | 0.94% | 0.49% | - |
| HSV(B) | 43.08º | 0.97% | 0.95% | - |
| XYZ | 52.19 | 49.95 | 7.12 | - |
| YUV | 176.58 | 32.87 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 8 | 0 | 0.27 | 0.97 | 0.05 | 43.08 | 0.94 | 0.49 |
| Hex | F2 | B0 | 8 | 0 | 1B | 61 | 5 | 2B | 5E | 31 |
| Octal | 362 | 260 | 10 | 0 | 33 | 141 | 5 | 53 | 136 | 61 |
| Binary | 11110010 | 10110000 | 1000 | 0 | 11011 | 1100001 | 101 | 101011 | 1011110 | 110001 |
Color Harmonies of #F2B008
Complementary color
Monochromatic Colors of #F2B008
Black with #F2B008
Text Example
Text Example
White with #F2B008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B008; }
p { color: rgb(242,176,8); }
H1.HeaderClassName
{
color: #F2B008;
}
.AnyTagClassName
{
color: #F2B008;
}
</style>
background-color css
<style>
a { background-color: #F2B008; }
a { background-color: rgb(242,176,8); }
div.DivClassName
{
background-color: #F2B008;
}
.BgClassName
{
background-color: #F2B008;
}
</style>
border-color css
<style>
span { border-color: #F2B008; }
span { border-color: rgb(242,176,8); }
td.TdClassName
{
border-color: #F2B008;
}
.TagClassName
{
border-color: #F2B008;
}
</style>