Shades of Yellow #F0FF0C
Tints of Yellow #F0FF0C
RGB
CMYK
RGB Variations
Color information
#F0FF0C (or 0xF0FF0C) is known color: Yellow. HEX triplet: F0, FF and 0C. RGB value is (240,255,12). Sum of RGB (Red+Green+Blue) = 240+255+12=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 12 (5.08% from 255 or 2.37% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0FF0C is #0F00F3. Grayscale: #DFDFDF. Windows color (decimal): -983284 or 851952. OLE color: 851952.
HSL color Cylindrical-coordinate representation of color #F0FF0C: hue angle of 63.7º 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 #F0FF0C is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 12 | - |
| CMYK | 0.06 | 0 | 0.95 | 0 |
| HSL | 63.7º | 1% | 0.52% | - |
| HSV(B) | 63.7º | 0.95% | 1% | - |
| XYZ | 71.76 | 90.07 | 13.95 | - |
| YUV | 222.81 | 9.03 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 12 | 0.06 | 0 | 0.95 | 0 | 63.7 | 1 | 0.52 |
| Hex | F0 | FF | C | 6 | 0 | 5F | 0 | 40 | 64 | 34 |
| Octal | 360 | 377 | 14 | 6 | 0 | 137 | 0 | 100 | 144 | 64 |
| Binary | 11110000 | 11111111 | 1100 | 110 | 0 | 1011111 | 0 | 1000000 | 1100100 | 110100 |
Color Harmonies of #F0FF0C
Complementary color
Monochromatic Colors of #F0FF0C
Black with #F0FF0C
Text Example
Text Example
White with #F0FF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF0C; }
p { color: rgb(240,255,12); }
H1.HeaderClassName
{
color: #F0FF0C;
}
.AnyTagClassName
{
color: #F0FF0C;
}
</style>
background-color css
<style>
a { background-color: #F0FF0C; }
a { background-color: rgb(240,255,12); }
div.DivClassName
{
background-color: #F0FF0C;
}
.BgClassName
{
background-color: #F0FF0C;
}
</style>
border-color css
<style>
span { border-color: #F0FF0C; }
span { border-color: rgb(240,255,12); }
td.TdClassName
{
border-color: #F0FF0C;
}
.TagClassName
{
border-color: #F0FF0C;
}
</style>