Shades of Gorse #F2DD3D
Tints of Gorse #F2DD3D
RGB
CMYK
RGB Variations
Color information
#F2DD3D (or 0xF2DD3D) is known color: Gorse. HEX triplet: F2, DD and 3D. RGB value is (242,221,61). Sum of RGB (Red+Green+Blue) = 242+221+61=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 61 (24.22% from 255 or 11.64% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DD3D is #0D22C2. Grayscale: #D1D1D1. Windows color (decimal): -860867 or 4054514. OLE color: 4054514.
HSL color Cylindrical-coordinate representation of color #F2DD3D: hue angle of 53.04º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2DD3D is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 61 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.05 |
| HSL | 53.04º | 0.87% | 0.59% | - |
| HSV(B) | 53.04º | 0.75% | 0.95% | - |
| XYZ | 63.32 | 70.93 | 14.77 | - |
| YUV | 209.04 | 44.46 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 61 | 0 | 0.09 | 0.75 | 0.05 | 53.04 | 0.87 | 0.59 |
| Hex | F2 | DD | 3D | 0 | 9 | 4B | 5 | 35 | 57 | 3B |
| Octal | 362 | 335 | 75 | 0 | 11 | 113 | 5 | 65 | 127 | 73 |
| Binary | 11110010 | 11011101 | 111101 | 0 | 1001 | 1001011 | 101 | 110101 | 1010111 | 111011 |
Color Harmonies of #F2DD3D
Complementary color
Monochromatic Colors of #F2DD3D
Black with #F2DD3D
Text Example
Text Example
White with #F2DD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DD3D; }
p { color: rgb(242,221,61); }
H1.HeaderClassName
{
color: #F2DD3D;
}
.AnyTagClassName
{
color: #F2DD3D;
}
</style>
background-color css
<style>
a { background-color: #F2DD3D; }
a { background-color: rgb(242,221,61); }
div.DivClassName
{
background-color: #F2DD3D;
}
.BgClassName
{
background-color: #F2DD3D;
}
</style>
border-color css
<style>
span { border-color: #F2DD3D; }
span { border-color: rgb(242,221,61); }
td.TdClassName
{
border-color: #F2DD3D;
}
.TagClassName
{
border-color: #F2DD3D;
}
</style>