Shades of Gorse #F7DF38
Tints of Gorse #F7DF38
RGB
CMYK
RGB Variations
Color information
#F7DF38 (or 0xF7DF38) is known color: Gorse. HEX triplet: F7, DF and 38. RGB value is (247,223,56). Sum of RGB (Red+Green+Blue) = 247+223+56=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 56 (22.27% from 255 or 10.65% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DF38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7DF38 is #0820C7. Grayscale: #D3D3D3. Windows color (decimal): -532680 or 3727351. OLE color: 3727351.
HSL color Cylindrical-coordinate representation of color #F7DF38: hue angle of 52.46º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F7DF38 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 223 | 56 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.03 |
| HSL | 52.46º | 0.92% | 0.59% | - |
| HSV(B) | 52.46º | 0.77% | 0.97% | - |
| XYZ | 65.46 | 72.84 | 14.35 | - |
| YUV | 211.14 | 40.45 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 223 | 56 | 0 | 0.10 | 0.77 | 0.03 | 52.46 | 0.92 | 0.59 |
| Hex | F7 | DF | 38 | 0 | A | 4D | 3 | 34 | 5C | 3B |
| Octal | 367 | 337 | 70 | 0 | 12 | 115 | 3 | 64 | 134 | 73 |
| Binary | 11110111 | 11011111 | 111000 | 0 | 1010 | 1001101 | 11 | 110100 | 1011100 | 111011 |
Color Harmonies of #F7DF38
Complementary color
Monochromatic Colors of #F7DF38
Black with #F7DF38
Text Example
Text Example
White with #F7DF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DF38; }
p { color: rgb(247,223,56); }
H1.HeaderClassName
{
color: #F7DF38;
}
.AnyTagClassName
{
color: #F7DF38;
}
</style>
background-color css
<style>
a { background-color: #F7DF38; }
a { background-color: rgb(247,223,56); }
div.DivClassName
{
background-color: #F7DF38;
}
.BgClassName
{
background-color: #F7DF38;
}
</style>
border-color css
<style>
span { border-color: #F7DF38; }
span { border-color: rgb(247,223,56); }
td.TdClassName
{
border-color: #F7DF38;
}
.TagClassName
{
border-color: #F7DF38;
}
</style>