Shades of Yellow #F9FC0D
Tints of Yellow #F9FC0D
RGB
CMYK
RGB Variations
Color information
#F9FC0D (or 0xF9FC0D) is known color: Yellow. HEX triplet: F9, FC and 0D. RGB value is (249,252,13). Sum of RGB (Red+Green+Blue) = 249+252+13=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 13 (5.47% from 255 or 2.53% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #F9FC0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9FC0D is #0603F2. Grayscale: #E0E0E0. Windows color (decimal): -394227 or 916729. OLE color: 916729.
HSL color Cylindrical-coordinate representation of color #F9FC0D: hue angle of 60.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9FC0D is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 252 | 13 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.01 |
| HSL | 60.75º | 0.98% | 0.52% | - |
| HSV(B) | 60.75º | 0.95% | 0.99% | - |
| XYZ | 73.95 | 89.79 | 13.81 | - |
| YUV | 223.86 | 9.01 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 252 | 13 | 0.01 | 0 | 0.95 | 0.01 | 60.75 | 0.98 | 0.52 |
| Hex | F9 | FC | D | 1 | 0 | 5F | 1 | 3D | 62 | 34 |
| Octal | 371 | 374 | 15 | 1 | 0 | 137 | 1 | 75 | 142 | 64 |
| Binary | 11111001 | 11111100 | 1101 | 1 | 0 | 1011111 | 1 | 111101 | 1100010 | 110100 |
Color Harmonies of #F9FC0D
Complementary color
Monochromatic Colors of #F9FC0D
Black with #F9FC0D
Text Example
Text Example
White with #F9FC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FC0D; }
p { color: rgb(249,252,13); }
H1.HeaderClassName
{
color: #F9FC0D;
}
.AnyTagClassName
{
color: #F9FC0D;
}
</style>
background-color css
<style>
a { background-color: #F9FC0D; }
a { background-color: rgb(249,252,13); }
div.DivClassName
{
background-color: #F9FC0D;
}
.BgClassName
{
background-color: #F9FC0D;
}
</style>
border-color css
<style>
span { border-color: #F9FC0D; }
span { border-color: rgb(249,252,13); }
td.TdClassName
{
border-color: #F9FC0D;
}
.TagClassName
{
border-color: #F9FC0D;
}
</style>