Shades of Gorse #F8DF32
Tints of Gorse #F8DF32
RGB
CMYK
RGB Variations
Color information
#F8DF32 (or 0xF8DF32) is known color: Gorse. HEX triplet: F8, DF and 32. RGB value is (248,223,50). Sum of RGB (Red+Green+Blue) = 248+223+50=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 50 (19.92% from 255 or 9.60% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DF32 is #0720CD. Grayscale: #D3D3D3. Windows color (decimal): -467150 or 3334136. OLE color: 3334136.
HSL color Cylindrical-coordinate representation of color #F8DF32: hue angle of 52.42º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F8DF32 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 50 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.03 |
| HSL | 52.42º | 0.93% | 0.58% | - |
| HSV(B) | 52.42º | 0.8% | 0.97% | - |
| XYZ | 65.67 | 72.96 | 13.64 | - |
| YUV | 210.75 | 37.28 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 50 | 0 | 0.10 | 0.80 | 0.03 | 52.42 | 0.93 | 0.58 |
| Hex | F8 | DF | 32 | 0 | A | 50 | 3 | 34 | 5D | 3A |
| Octal | 370 | 337 | 62 | 0 | 12 | 120 | 3 | 64 | 135 | 72 |
| Binary | 11111000 | 11011111 | 110010 | 0 | 1010 | 1010000 | 11 | 110100 | 1011101 | 111010 |
Color Harmonies of #F8DF32
Complementary color
Monochromatic Colors of #F8DF32
Black with #F8DF32
Text Example
Text Example
White with #F8DF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DF32; }
p { color: rgb(248,223,50); }
H1.HeaderClassName
{
color: #F8DF32;
}
.AnyTagClassName
{
color: #F8DF32;
}
</style>
background-color css
<style>
a { background-color: #F8DF32; }
a { background-color: rgb(248,223,50); }
div.DivClassName
{
background-color: #F8DF32;
}
.BgClassName
{
background-color: #F8DF32;
}
</style>
border-color css
<style>
span { border-color: #F8DF32; }
span { border-color: rgb(248,223,50); }
td.TdClassName
{
border-color: #F8DF32;
}
.TagClassName
{
border-color: #F8DF32;
}
</style>