Shades of Gorse #F8DA32
Tints of Gorse #F8DA32
RGB
CMYK
RGB Variations
Color information
#F8DA32 (or 0xF8DA32) is known color: Gorse. HEX triplet: F8, DA and 32. RGB value is (248,218,50). Sum of RGB (Red+Green+Blue) = 248+218+50=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 50 (19.92% from 255 or 9.69% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DA32 is #0725CD. Grayscale: #D0D0D0. Windows color (decimal): -468430 or 3332856. OLE color: 3332856.
HSL color Cylindrical-coordinate representation of color #F8DA32: hue angle of 50.91º 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 #F8DA32 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 218 | 50 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.03 |
| HSL | 50.91º | 0.93% | 0.58% | - |
| HSV(B) | 50.91º | 0.8% | 0.97% | - |
| XYZ | 64.36 | 70.33 | 13.2 | - |
| YUV | 207.82 | 38.94 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 218 | 50 | 0 | 0.12 | 0.80 | 0.03 | 50.91 | 0.93 | 0.58 |
| Hex | F8 | DA | 32 | 0 | C | 50 | 3 | 33 | 5D | 3A |
| Octal | 370 | 332 | 62 | 0 | 14 | 120 | 3 | 63 | 135 | 72 |
| Binary | 11111000 | 11011010 | 110010 | 0 | 1100 | 1010000 | 11 | 110011 | 1011101 | 111010 |
Color Harmonies of #F8DA32
Complementary color
Monochromatic Colors of #F8DA32
Black with #F8DA32
Text Example
Text Example
White with #F8DA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DA32; }
p { color: rgb(248,218,50); }
H1.HeaderClassName
{
color: #F8DA32;
}
.AnyTagClassName
{
color: #F8DA32;
}
</style>
background-color css
<style>
a { background-color: #F8DA32; }
a { background-color: rgb(248,218,50); }
div.DivClassName
{
background-color: #F8DA32;
}
.BgClassName
{
background-color: #F8DA32;
}
</style>
border-color css
<style>
span { border-color: #F8DA32; }
span { border-color: rgb(248,218,50); }
td.TdClassName
{
border-color: #F8DA32;
}
.TagClassName
{
border-color: #F8DA32;
}
</style>