Shades of Gorse #F7DF33
Tints of Gorse #F7DF33
RGB
CMYK
RGB Variations
Color information
#F7DF33 (or 0xF7DF33) is known color: Gorse. HEX triplet: F7, DF and 33. RGB value is (247,223,51). Sum of RGB (Red+Green+Blue) = 247+223+51=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 51 (20.31% from 255 or 9.79% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DF33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7DF33 is #0820CC. Grayscale: #D3D3D3. Windows color (decimal): -532685 or 3399671. OLE color: 3399671.
HSL color Cylindrical-coordinate representation of color #F7DF33: hue angle of 52.65º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F7DF33 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 223 | 51 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.03 |
| HSL | 52.65º | 0.92% | 0.58% | - |
| HSV(B) | 52.65º | 0.79% | 0.97% | - |
| XYZ | 65.34 | 72.79 | 13.74 | - |
| YUV | 210.57 | 37.95 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 223 | 51 | 0 | 0.10 | 0.79 | 0.03 | 52.65 | 0.92 | 0.58 |
| Hex | F7 | DF | 33 | 0 | A | 4F | 3 | 35 | 5C | 3A |
| Octal | 367 | 337 | 63 | 0 | 12 | 117 | 3 | 65 | 134 | 72 |
| Binary | 11110111 | 11011111 | 110011 | 0 | 1010 | 1001111 | 11 | 110101 | 1011100 | 111010 |
Color Harmonies of #F7DF33
Complementary color
Monochromatic Colors of #F7DF33
Black with #F7DF33
Text Example
Text Example
White with #F7DF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DF33; }
p { color: rgb(247,223,51); }
H1.HeaderClassName
{
color: #F7DF33;
}
.AnyTagClassName
{
color: #F7DF33;
}
</style>
background-color css
<style>
a { background-color: #F7DF33; }
a { background-color: rgb(247,223,51); }
div.DivClassName
{
background-color: #F7DF33;
}
.BgClassName
{
background-color: #F7DF33;
}
</style>
border-color css
<style>
span { border-color: #F7DF33; }
span { border-color: rgb(247,223,51); }
td.TdClassName
{
border-color: #F7DF33;
}
.TagClassName
{
border-color: #F7DF33;
}
</style>