Shades of Yellow #F9FF0F
Tints of Yellow #F9FF0F
RGB
CMYK
RGB Variations
Color information
#F9FF0F (or 0xF9FF0F) is known color: Yellow. HEX triplet: F9, FF and 0F. RGB value is (249,255,15). Sum of RGB (Red+Green+Blue) = 249+255+15=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 15 (6.25% from 255 or 2.89% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #F9FF0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9FF0F is #0600F0. Grayscale: #E2E2E2. Windows color (decimal): -393457 or 1048569. OLE color: 1048569.
HSL color Cylindrical-coordinate representation of color #F9FF0F: hue angle of 61.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F9FF0F is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 255 | 15 | - |
| CMYK | 0.02 | 0 | 0.94 | 0 |
| HSL | 61.5º | 1% | 0.53% | - |
| HSV(B) | 61.5º | 0.94% | 1% | - |
| XYZ | 74.91 | 91.69 | 14.2 | - |
| YUV | 225.85 | 9.01 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 255 | 15 | 0.02 | 0 | 0.94 | 0 | 61.5 | 1 | 0.53 |
| Hex | F9 | FF | F | 2 | 0 | 5E | 0 | 3E | 64 | 35 |
| Octal | 371 | 377 | 17 | 2 | 0 | 136 | 0 | 76 | 144 | 65 |
| Binary | 11111001 | 11111111 | 1111 | 10 | 0 | 1011110 | 0 | 111110 | 1100100 | 110101 |
Color Harmonies of #F9FF0F
Complementary color
Monochromatic Colors of #F9FF0F
Black with #F9FF0F
Text Example
Text Example
White with #F9FF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FF0F; }
p { color: rgb(249,255,15); }
H1.HeaderClassName
{
color: #F9FF0F;
}
.AnyTagClassName
{
color: #F9FF0F;
}
</style>
background-color css
<style>
a { background-color: #F9FF0F; }
a { background-color: rgb(249,255,15); }
div.DivClassName
{
background-color: #F9FF0F;
}
.BgClassName
{
background-color: #F9FF0F;
}
</style>
border-color css
<style>
span { border-color: #F9FF0F; }
span { border-color: rgb(249,255,15); }
td.TdClassName
{
border-color: #F9FF0F;
}
.TagClassName
{
border-color: #F9FF0F;
}
</style>