Shades of Selective Yellow #F9B80F
Tints of Selective Yellow #F9B80F
RGB
CMYK
RGB Variations
Color information
#F9B80F (or 0xF9B80F) is known color: Selective Yellow. HEX triplet: F9, B8 and 0F. RGB value is (249,184,15). Sum of RGB (Red+Green+Blue) = 249+184+15=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 15 (6.25% from 255 or 3.35% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B80F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9B80F is #0647F0. Grayscale: #B8B8B8. Windows color (decimal): -411633 or 1030393. OLE color: 1030393.
HSL color Cylindrical-coordinate representation of color #F9B80F: hue angle of 43.33º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F9B80F is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 184 | 15 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.02 |
| HSL | 43.33º | 0.95% | 0.52% | - |
| HSV(B) | 43.33º | 0.94% | 0.98% | - |
| XYZ | 56.29 | 54.46 | 8 | - |
| YUV | 184.17 | 32.53 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 184 | 15 | 0 | 0.26 | 0.94 | 0.02 | 43.33 | 0.95 | 0.52 |
| Hex | F9 | B8 | F | 0 | 1A | 5E | 2 | 2B | 5F | 34 |
| Octal | 371 | 270 | 17 | 0 | 32 | 136 | 2 | 53 | 137 | 64 |
| Binary | 11111001 | 10111000 | 1111 | 0 | 11010 | 1011110 | 10 | 101011 | 1011111 | 110100 |
Color Harmonies of #F9B80F
Complementary color
Monochromatic Colors of #F9B80F
Black with #F9B80F
Text Example
Text Example
White with #F9B80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B80F; }
p { color: rgb(249,184,15); }
H1.HeaderClassName
{
color: #F9B80F;
}
.AnyTagClassName
{
color: #F9B80F;
}
</style>
background-color css
<style>
a { background-color: #F9B80F; }
a { background-color: rgb(249,184,15); }
div.DivClassName
{
background-color: #F9B80F;
}
.BgClassName
{
background-color: #F9B80F;
}
</style>
border-color css
<style>
span { border-color: #F9B80F; }
span { border-color: rgb(249,184,15); }
td.TdClassName
{
border-color: #F9B80F;
}
.TagClassName
{
border-color: #F9B80F;
}
</style>