Shades of Yellow #F7FA0E
Tints of Yellow #F7FA0E
RGB
CMYK
RGB Variations
Color information
#F7FA0E (or 0xF7FA0E) is known color: Yellow. HEX triplet: F7, FA and 0E. RGB value is (247,250,14). Sum of RGB (Red+Green+Blue) = 247+250+14=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 14 (5.86% from 255 or 2.74% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #F7FA0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7FA0E is #0805F1. Grayscale: #DFDFDF. Windows color (decimal): -525810 or 981751. OLE color: 981751.
HSL color Cylindrical-coordinate representation of color #F7FA0E: hue angle of 60.76º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7FA0E is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 250 | 14 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.02 |
| HSL | 60.76º | 0.96% | 0.52% | - |
| HSV(B) | 60.76º | 0.94% | 0.98% | - |
| XYZ | 72.62 | 88.18 | 13.61 | - |
| YUV | 222.2 | 10.51 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 250 | 14 | 0.01 | 0 | 0.94 | 0.02 | 60.76 | 0.96 | 0.52 |
| Hex | F7 | FA | E | 1 | 0 | 5E | 2 | 3D | 60 | 34 |
| Octal | 367 | 372 | 16 | 1 | 0 | 136 | 2 | 75 | 140 | 64 |
| Binary | 11110111 | 11111010 | 1110 | 1 | 0 | 1011110 | 10 | 111101 | 1100000 | 110100 |
Color Harmonies of #F7FA0E
Complementary color
Monochromatic Colors of #F7FA0E
Black with #F7FA0E
Text Example
Text Example
White with #F7FA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FA0E; }
p { color: rgb(247,250,14); }
H1.HeaderClassName
{
color: #F7FA0E;
}
.AnyTagClassName
{
color: #F7FA0E;
}
</style>
background-color css
<style>
a { background-color: #F7FA0E; }
a { background-color: rgb(247,250,14); }
div.DivClassName
{
background-color: #F7FA0E;
}
.BgClassName
{
background-color: #F7FA0E;
}
</style>
border-color css
<style>
span { border-color: #F7FA0E; }
span { border-color: rgb(247,250,14); }
td.TdClassName
{
border-color: #F7FA0E;
}
.TagClassName
{
border-color: #F7FA0E;
}
</style>