Shades of Gorse #F8DD3A
Tints of Gorse #F8DD3A
RGB
CMYK
RGB Variations
Color information
#F8DD3A (or 0xF8DD3A) is known color: Gorse. HEX triplet: F8, DD and 3A. RGB value is (248,221,58). Sum of RGB (Red+Green+Blue) = 248+221+58=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 58 (23.05% from 255 or 11.01% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DD3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DD3A is #0722C5. Grayscale: #D3D3D3. Windows color (decimal): -467654 or 3857912. OLE color: 3857912.
HSL color Cylindrical-coordinate representation of color #F8DD3A: hue angle of 51.47º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F8DD3A is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 221 | 58 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.03 |
| HSL | 51.47º | 0.93% | 0.6% | - |
| HSV(B) | 51.47º | 0.77% | 0.97% | - |
| XYZ | 65.33 | 71.97 | 14.45 | - |
| YUV | 210.49 | 41.95 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 58 | 0 | 0.11 | 0.77 | 0.03 | 51.47 | 0.93 | 0.6 |
| Hex | F8 | DD | 3A | 0 | B | 4D | 3 | 33 | 5D | 3C |
| Octal | 370 | 335 | 72 | 0 | 13 | 115 | 3 | 63 | 135 | 74 |
| Binary | 11111000 | 11011101 | 111010 | 0 | 1011 | 1001101 | 11 | 110011 | 1011101 | 111100 |
Color Harmonies of #F8DD3A
Complementary color
Monochromatic Colors of #F8DD3A
Black with #F8DD3A
Text Example
Text Example
White with #F8DD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DD3A; }
p { color: rgb(248,221,58); }
H1.HeaderClassName
{
color: #F8DD3A;
}
.AnyTagClassName
{
color: #F8DD3A;
}
</style>
background-color css
<style>
a { background-color: #F8DD3A; }
a { background-color: rgb(248,221,58); }
div.DivClassName
{
background-color: #F8DD3A;
}
.BgClassName
{
background-color: #F8DD3A;
}
</style>
border-color css
<style>
span { border-color: #F8DD3A; }
span { border-color: rgb(248,221,58); }
td.TdClassName
{
border-color: #F8DD3A;
}
.TagClassName
{
border-color: #F8DD3A;
}
</style>