Shades of Selective Yellow #F9B80C
Tints of Selective Yellow #F9B80C
RGB
CMYK
RGB Variations
Color information
#F9B80C (or 0xF9B80C) is known color: Selective Yellow. HEX triplet: F9, B8 and 0C. RGB value is (249,184,12). Sum of RGB (Red+Green+Blue) = 249+184+12=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 12 (5.08% from 255 or 2.70% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9B80C is #0647F3. Grayscale: #B8B8B8. Windows color (decimal): -411636 or 833785. OLE color: 833785.
HSL color Cylindrical-coordinate representation of color #F9B80C: hue angle of 43.54º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9B80C is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 184 | 12 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.02 |
| HSL | 43.54º | 0.95% | 0.51% | - |
| HSV(B) | 43.54º | 0.95% | 0.98% | - |
| XYZ | 56.27 | 54.45 | 7.89 | - |
| YUV | 183.83 | 31.03 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 184 | 12 | 0 | 0.26 | 0.95 | 0.02 | 43.54 | 0.95 | 0.51 |
| Hex | F9 | B8 | C | 0 | 1A | 5F | 2 | 2C | 5F | 33 |
| Octal | 371 | 270 | 14 | 0 | 32 | 137 | 2 | 54 | 137 | 63 |
| Binary | 11111001 | 10111000 | 1100 | 0 | 11010 | 1011111 | 10 | 101100 | 1011111 | 110011 |
Color Harmonies of #F9B80C
Complementary color
Monochromatic Colors of #F9B80C
Black with #F9B80C
Text Example
Text Example
White with #F9B80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B80C; }
p { color: rgb(249,184,12); }
H1.HeaderClassName
{
color: #F9B80C;
}
.AnyTagClassName
{
color: #F9B80C;
}
</style>
background-color css
<style>
a { background-color: #F9B80C; }
a { background-color: rgb(249,184,12); }
div.DivClassName
{
background-color: #F9B80C;
}
.BgClassName
{
background-color: #F9B80C;
}
</style>
border-color css
<style>
span { border-color: #F9B80C; }
span { border-color: rgb(249,184,12); }
td.TdClassName
{
border-color: #F9B80C;
}
.TagClassName
{
border-color: #F9B80C;
}
</style>