Shades of Gorse #F8DF3D
Tints of Gorse #F8DF3D
RGB
CMYK
RGB Variations
Color information
#F8DF3D (or 0xF8DF3D) is known color: Gorse. HEX triplet: F8, DF and 3D. RGB value is (248,223,61). Sum of RGB (Red+Green+Blue) = 248+223+61=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 61 (24.22% from 255 or 11.47% from 532); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DF3D is #0720C2. Grayscale: #D4D4D4. Windows color (decimal): -467139 or 4055032. OLE color: 4055032.
HSL color Cylindrical-coordinate representation of color #F8DF3D: hue angle of 51.98º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8DF3D is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 61 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.03 |
| HSL | 51.98º | 0.93% | 0.61% | - |
| HSV(B) | 51.98º | 0.75% | 0.97% | - |
| XYZ | 65.94 | 73.07 | 15.04 | - |
| YUV | 212.01 | 42.78 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 61 | 0 | 0.10 | 0.75 | 0.03 | 51.98 | 0.93 | 0.61 |
| Hex | F8 | DF | 3D | 0 | A | 4B | 3 | 34 | 5D | 3D |
| Octal | 370 | 337 | 75 | 0 | 12 | 113 | 3 | 64 | 135 | 75 |
| Binary | 11111000 | 11011111 | 111101 | 0 | 1010 | 1001011 | 11 | 110100 | 1011101 | 111101 |
Color Harmonies of #F8DF3D
Complementary color
Monochromatic Colors of #F8DF3D
Black with #F8DF3D
Text Example
Text Example
White with #F8DF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DF3D; }
p { color: rgb(248,223,61); }
H1.HeaderClassName
{
color: #F8DF3D;
}
.AnyTagClassName
{
color: #F8DF3D;
}
</style>
background-color css
<style>
a { background-color: #F8DF3D; }
a { background-color: rgb(248,223,61); }
div.DivClassName
{
background-color: #F8DF3D;
}
.BgClassName
{
background-color: #F8DF3D;
}
</style>
border-color css
<style>
span { border-color: #F8DF3D; }
span { border-color: rgb(248,223,61); }
td.TdClassName
{
border-color: #F8DF3D;
}
.TagClassName
{
border-color: #F8DF3D;
}
</style>