Shades of Gorse #FDEF3C
Tints of Gorse #FDEF3C
RGB
CMYK
RGB Variations
Color information
#FDEF3C (or 0xFDEF3C) is known color: Gorse. HEX triplet: FD, EF and 3C. RGB value is (253,239,60). Sum of RGB (Red+Green+Blue) = 253+239+60=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 60 (23.83% from 255 or 10.87% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEF3C is #0210C3. Grayscale: #DFDFDF. Windows color (decimal): -135364 or 3993597. OLE color: 3993597.
HSL color Cylindrical-coordinate representation of color #FDEF3C: hue angle of 55.65º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDEF3C is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 60 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.01 |
| HSL | 55.65º | 0.98% | 0.61% | - |
| HSV(B) | 55.65º | 0.76% | 0.99% | - |
| XYZ | 72.19 | 82.94 | 16.48 | - |
| YUV | 222.78 | 36.14 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 60 | 0 | 0.06 | 0.76 | 0.01 | 55.65 | 0.98 | 0.61 |
| Hex | FD | EF | 3C | 0 | 6 | 4C | 1 | 38 | 62 | 3D |
| Octal | 375 | 357 | 74 | 0 | 6 | 114 | 1 | 70 | 142 | 75 |
| Binary | 11111101 | 11101111 | 111100 | 0 | 110 | 1001100 | 1 | 111000 | 1100010 | 111101 |
Color Harmonies of #FDEF3C
Complementary color
Monochromatic Colors of #FDEF3C
Black with #FDEF3C
Text Example
Text Example
White with #FDEF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEF3C; }
p { color: rgb(253,239,60); }
H1.HeaderClassName
{
color: #FDEF3C;
}
.AnyTagClassName
{
color: #FDEF3C;
}
</style>
background-color css
<style>
a { background-color: #FDEF3C; }
a { background-color: rgb(253,239,60); }
div.DivClassName
{
background-color: #FDEF3C;
}
.BgClassName
{
background-color: #FDEF3C;
}
</style>
border-color css
<style>
span { border-color: #FDEF3C; }
span { border-color: rgb(253,239,60); }
td.TdClassName
{
border-color: #FDEF3C;
}
.TagClassName
{
border-color: #FDEF3C;
}
</style>