Shades of Gorse #F8DD41
Tints of Gorse #F8DD41
RGB
CMYK
RGB Variations
Color information
#F8DD41 (or 0xF8DD41) is known color: Gorse. HEX triplet: F8, DD and 41. RGB value is (248,221,65). Sum of RGB (Red+Green+Blue) = 248+221+65=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 65 (25.78% from 255 or 12.17% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DD41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DD41 is #0722BE. Grayscale: #D3D3D3. Windows color (decimal): -467647 or 4316664. OLE color: 4316664.
HSL color Cylindrical-coordinate representation of color #F8DD41: hue angle of 51.15º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F8DD41 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 221 | 65 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.03 |
| HSL | 51.15º | 0.93% | 0.61% | - |
| HSV(B) | 51.15º | 0.74% | 0.97% | - |
| XYZ | 65.52 | 72.05 | 15.45 | - |
| YUV | 211.29 | 45.45 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 65 | 0 | 0.11 | 0.74 | 0.03 | 51.15 | 0.93 | 0.61 |
| Hex | F8 | DD | 41 | 0 | B | 4A | 3 | 33 | 5D | 3D |
| Octal | 370 | 335 | 101 | 0 | 13 | 112 | 3 | 63 | 135 | 75 |
| Binary | 11111000 | 11011101 | 1000001 | 0 | 1011 | 1001010 | 11 | 110011 | 1011101 | 111101 |
Color Harmonies of #F8DD41
Complementary color
Monochromatic Colors of #F8DD41
Black with #F8DD41
Text Example
Text Example
White with #F8DD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DD41; }
p { color: rgb(248,221,65); }
H1.HeaderClassName
{
color: #F8DD41;
}
.AnyTagClassName
{
color: #F8DD41;
}
</style>
background-color css
<style>
a { background-color: #F8DD41; }
a { background-color: rgb(248,221,65); }
div.DivClassName
{
background-color: #F8DD41;
}
.BgClassName
{
background-color: #F8DD41;
}
</style>
border-color css
<style>
span { border-color: #F8DD41; }
span { border-color: rgb(248,221,65); }
td.TdClassName
{
border-color: #F8DD41;
}
.TagClassName
{
border-color: #F8DD41;
}
</style>