Shades of Gorse #F7FE2D
Tints of Gorse #F7FE2D
RGB
CMYK
RGB Variations
Color information
#F7FE2D (or 0xF7FE2D) is known color: Gorse. HEX triplet: F7, FE and 2D. RGB value is (247,254,45). Sum of RGB (Red+Green+Blue) = 247+254+45=546 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.24% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 45 (17.97% from 255 or 8.24% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #F7FE2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7FE2D is #0801D2. Grayscale: #E4E4E4. Windows color (decimal): -524755 or 3014391. OLE color: 3014391.
HSL color Cylindrical-coordinate representation of color #F7FE2D: hue angle of 62.01º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F7FE2D is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 254 | 45 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.00 |
| HSL | 62.01º | 0.99% | 0.59% | - |
| HSV(B) | 62.01º | 0.82% | 1% | - |
| XYZ | 74.27 | 90.85 | 16.1 | - |
| YUV | 228.08 | 24.68 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 254 | 45 | 0.03 | 0 | 0.82 | 0.00 | 62.01 | 0.99 | 0.59 |
| Hex | F7 | FE | 2D | 3 | 0 | 52 | 0 | 3E | 63 | 3B |
| Octal | 367 | 376 | 55 | 3 | 0 | 122 | 0 | 76 | 143 | 73 |
| Binary | 11110111 | 11111110 | 101101 | 11 | 0 | 1010010 | 0 | 111110 | 1100011 | 111011 |
Color Harmonies of #F7FE2D
Complementary color
Monochromatic Colors of #F7FE2D
Black with #F7FE2D
Text Example
Text Example
White with #F7FE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FE2D; }
p { color: rgb(247,254,45); }
H1.HeaderClassName
{
color: #F7FE2D;
}
.AnyTagClassName
{
color: #F7FE2D;
}
</style>
background-color css
<style>
a { background-color: #F7FE2D; }
a { background-color: rgb(247,254,45); }
div.DivClassName
{
background-color: #F7FE2D;
}
.BgClassName
{
background-color: #F7FE2D;
}
</style>
border-color css
<style>
span { border-color: #F7FE2D; }
span { border-color: rgb(247,254,45); }
td.TdClassName
{
border-color: #F7FE2D;
}
.TagClassName
{
border-color: #F7FE2D;
}
</style>