Shades of Yellow #F0FF0D
Tints of Yellow #F0FF0D
RGB
CMYK
RGB Variations
Color information
#F0FF0D (or 0xF0FF0D) is known color: Yellow. HEX triplet: F0, FF and 0D. RGB value is (240,255,13). Sum of RGB (Red+Green+Blue) = 240+255+13=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 13 (5.47% from 255 or 2.56% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0FF0D is #0F00F2. Grayscale: #DFDFDF. Windows color (decimal): -983283 or 917488. OLE color: 917488.
HSL color Cylindrical-coordinate representation of color #F0FF0D: hue angle of 63.72º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0FF0D is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 13 | - |
| CMYK | 0.06 | 0 | 0.95 | 0 |
| HSL | 63.72º | 1% | 0.53% | - |
| HSV(B) | 63.72º | 0.95% | 1% | - |
| XYZ | 71.77 | 90.07 | 13.98 | - |
| YUV | 222.93 | 9.53 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 13 | 0.06 | 0 | 0.95 | 0 | 63.72 | 1 | 0.53 |
| Hex | F0 | FF | D | 6 | 0 | 5F | 0 | 40 | 64 | 35 |
| Octal | 360 | 377 | 15 | 6 | 0 | 137 | 0 | 100 | 144 | 65 |
| Binary | 11110000 | 11111111 | 1101 | 110 | 0 | 1011111 | 0 | 1000000 | 1100100 | 110101 |
Color Harmonies of #F0FF0D
Complementary color
Monochromatic Colors of #F0FF0D
Black with #F0FF0D
Text Example
Text Example
White with #F0FF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF0D; }
p { color: rgb(240,255,13); }
H1.HeaderClassName
{
color: #F0FF0D;
}
.AnyTagClassName
{
color: #F0FF0D;
}
</style>
background-color css
<style>
a { background-color: #F0FF0D; }
a { background-color: rgb(240,255,13); }
div.DivClassName
{
background-color: #F0FF0D;
}
.BgClassName
{
background-color: #F0FF0D;
}
</style>
border-color css
<style>
span { border-color: #F0FF0D; }
span { border-color: rgb(240,255,13); }
td.TdClassName
{
border-color: #F0FF0D;
}
.TagClassName
{
border-color: #F0FF0D;
}
</style>