Shades of Gorse #F8DC42
Tints of Gorse #F8DC42
RGB
CMYK
RGB Variations
Color information
#F8DC42 (or 0xF8DC42) is known color: Gorse. HEX triplet: F8, DC and 42. RGB value is (248,220,66). Sum of RGB (Red+Green+Blue) = 248+220+66=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 66 (26.17% from 255 or 12.36% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DC42 is #0723BD. Grayscale: #D3D3D3. Windows color (decimal): -467902 or 4381944. OLE color: 4381944.
HSL color Cylindrical-coordinate representation of color #F8DC42: hue angle of 50.77º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F8DC42 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 66 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.03 |
| HSL | 50.77º | 0.93% | 0.62% | - |
| HSV(B) | 50.77º | 0.73% | 0.97% | - |
| XYZ | 65.29 | 71.54 | 15.52 | - |
| YUV | 210.82 | 46.28 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 66 | 0 | 0.11 | 0.73 | 0.03 | 50.77 | 0.93 | 0.62 |
| Hex | F8 | DC | 42 | 0 | B | 49 | 3 | 33 | 5D | 3E |
| Octal | 370 | 334 | 102 | 0 | 13 | 111 | 3 | 63 | 135 | 76 |
| Binary | 11111000 | 11011100 | 1000010 | 0 | 1011 | 1001001 | 11 | 110011 | 1011101 | 111110 |
Color Harmonies of #F8DC42
Complementary color
Monochromatic Colors of #F8DC42
Black with #F8DC42
Text Example
Text Example
White with #F8DC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DC42; }
p { color: rgb(248,220,66); }
H1.HeaderClassName
{
color: #F8DC42;
}
.AnyTagClassName
{
color: #F8DC42;
}
</style>
background-color css
<style>
a { background-color: #F8DC42; }
a { background-color: rgb(248,220,66); }
div.DivClassName
{
background-color: #F8DC42;
}
.BgClassName
{
background-color: #F8DC42;
}
</style>
border-color css
<style>
span { border-color: #F8DC42; }
span { border-color: rgb(248,220,66); }
td.TdClassName
{
border-color: #F8DC42;
}
.TagClassName
{
border-color: #F8DC42;
}
</style>