Shades of Selective Yellow #F2B407
Tints of Selective Yellow #F2B407
RGB
CMYK
RGB Variations
Color information
#F2B407 (or 0xF2B407) is known color: Selective Yellow. HEX triplet: F2, B4 and 07. RGB value is (242,180,7). Sum of RGB (Red+Green+Blue) = 242+180+7=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 7 (3.12% from 255 or 1.63% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B407 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B407 is #0D4BF8. Grayscale: #B3B3B3. Windows color (decimal): -871417 or 505074. OLE color: 505074.
HSL color Cylindrical-coordinate representation of color #F2B407: hue angle of 44.17º 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 #F2B407 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 180 | 7 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.05 |
| HSL | 44.17º | 0.94% | 0.49% | - |
| HSV(B) | 44.17º | 0.97% | 0.95% | - |
| XYZ | 52.98 | 51.54 | 7.36 | - |
| YUV | 178.82 | 31.04 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 7 | 0 | 0.26 | 0.97 | 0.05 | 44.17 | 0.94 | 0.49 |
| Hex | F2 | B4 | 7 | 0 | 1A | 61 | 5 | 2C | 5E | 31 |
| Octal | 362 | 264 | 7 | 0 | 32 | 141 | 5 | 54 | 136 | 61 |
| Binary | 11110010 | 10110100 | 111 | 0 | 11010 | 1100001 | 101 | 101100 | 1011110 | 110001 |
Color Harmonies of #F2B407
Complementary color
Monochromatic Colors of #F2B407
Black with #F2B407
Text Example
Text Example
White with #F2B407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B407; }
p { color: rgb(242,180,7); }
H1.HeaderClassName
{
color: #F2B407;
}
.AnyTagClassName
{
color: #F2B407;
}
</style>
background-color css
<style>
a { background-color: #F2B407; }
a { background-color: rgb(242,180,7); }
div.DivClassName
{
background-color: #F2B407;
}
.BgClassName
{
background-color: #F2B407;
}
</style>
border-color css
<style>
span { border-color: #F2B407; }
span { border-color: rgb(242,180,7); }
td.TdClassName
{
border-color: #F2B407;
}
.TagClassName
{
border-color: #F2B407;
}
</style>