Shades of Gorse #F6ED2D
Tints of Gorse #F6ED2D
RGB
CMYK
RGB Variations
Color information
#F6ED2D (or 0xF6ED2D) is known color: Gorse. HEX triplet: F6, ED and 2D. RGB value is (246,237,45). Sum of RGB (Red+Green+Blue) = 246+237+45=528 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.59% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 45 (17.97% from 255 or 8.52% from 528); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ED2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F6ED2D is #0912D2. Grayscale: #DADADA. Windows color (decimal): -594643 or 3010038. OLE color: 3010038.
HSL color Cylindrical-coordinate representation of color #F6ED2D: hue angle of 57.31º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F6ED2D is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 237 | 45 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.04 |
| HSL | 57.31º | 0.92% | 0.57% | - |
| HSV(B) | 57.31º | 0.82% | 0.96% | - |
| XYZ | 68.76 | 80.35 | 14.37 | - |
| YUV | 217.8 | 30.48 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 237 | 45 | 0 | 0.04 | 0.82 | 0.04 | 57.31 | 0.92 | 0.57 |
| Hex | F6 | ED | 2D | 0 | 4 | 52 | 4 | 39 | 5C | 39 |
| Octal | 366 | 355 | 55 | 0 | 4 | 122 | 4 | 71 | 134 | 71 |
| Binary | 11110110 | 11101101 | 101101 | 0 | 100 | 1010010 | 100 | 111001 | 1011100 | 111001 |
Color Harmonies of #F6ED2D
Complementary color
Monochromatic Colors of #F6ED2D
Black with #F6ED2D
Text Example
Text Example
White with #F6ED2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ED2D; }
p { color: rgb(246,237,45); }
H1.HeaderClassName
{
color: #F6ED2D;
}
.AnyTagClassName
{
color: #F6ED2D;
}
</style>
background-color css
<style>
a { background-color: #F6ED2D; }
a { background-color: rgb(246,237,45); }
div.DivClassName
{
background-color: #F6ED2D;
}
.BgClassName
{
background-color: #F6ED2D;
}
</style>
border-color css
<style>
span { border-color: #F6ED2D; }
span { border-color: rgb(246,237,45); }
td.TdClassName
{
border-color: #F6ED2D;
}
.TagClassName
{
border-color: #F6ED2D;
}
</style>