Shades of Yellow #F4FF0C
Tints of Yellow #F4FF0C
RGB
CMYK
RGB Variations
Color information
#F4FF0C (or 0xF4FF0C) is known color: Yellow. HEX triplet: F4, FF and 0C. RGB value is (244,255,12). Sum of RGB (Red+Green+Blue) = 244+255+12=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 12 (5.08% from 255 or 2.35% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #F4FF0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4FF0C is #0B00F3. Grayscale: #E0E0E0. Windows color (decimal): -721140 or 851956. OLE color: 851956.
HSL color Cylindrical-coordinate representation of color #F4FF0C: hue angle of 62.72º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4FF0C is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 255 | 12 | - |
| CMYK | 0.04 | 0 | 0.95 | 0 |
| HSL | 62.72º | 1% | 0.52% | - |
| HSV(B) | 62.72º | 0.95% | 1% | - |
| XYZ | 73.13 | 90.78 | 14.02 | - |
| YUV | 224.01 | 8.36 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 255 | 12 | 0.04 | 0 | 0.95 | 0 | 62.72 | 1 | 0.52 |
| Hex | F4 | FF | C | 4 | 0 | 5F | 0 | 3F | 64 | 34 |
| Octal | 364 | 377 | 14 | 4 | 0 | 137 | 0 | 77 | 144 | 64 |
| Binary | 11110100 | 11111111 | 1100 | 100 | 0 | 1011111 | 0 | 111111 | 1100100 | 110100 |
Color Harmonies of #F4FF0C
Complementary color
Monochromatic Colors of #F4FF0C
Black with #F4FF0C
Text Example
Text Example
White with #F4FF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FF0C; }
p { color: rgb(244,255,12); }
H1.HeaderClassName
{
color: #F4FF0C;
}
.AnyTagClassName
{
color: #F4FF0C;
}
</style>
background-color css
<style>
a { background-color: #F4FF0C; }
a { background-color: rgb(244,255,12); }
div.DivClassName
{
background-color: #F4FF0C;
}
.BgClassName
{
background-color: #F4FF0C;
}
</style>
border-color css
<style>
span { border-color: #F4FF0C; }
span { border-color: rgb(244,255,12); }
td.TdClassName
{
border-color: #F4FF0C;
}
.TagClassName
{
border-color: #F4FF0C;
}
</style>