Shades of Gorse #FDEF3A
Tints of Gorse #FDEF3A
RGB
CMYK
RGB Variations
Color information
#FDEF3A (or 0xFDEF3A) is known color: Gorse. HEX triplet: FD, EF and 3A. RGB value is (253,239,58). Sum of RGB (Red+Green+Blue) = 253+239+58=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 58 (23.05% from 255 or 10.55% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEF3A is #0210C5. Grayscale: #DFDFDF. Windows color (decimal): -135366 or 3862525. OLE color: 3862525.
HSL color Cylindrical-coordinate representation of color #FDEF3A: hue angle of 55.69º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDEF3A is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 58 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.01 |
| HSL | 55.69º | 0.98% | 0.61% | - |
| HSV(B) | 55.69º | 0.77% | 0.99% | - |
| XYZ | 72.14 | 82.92 | 16.21 | - |
| YUV | 222.55 | 35.14 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 58 | 0 | 0.06 | 0.77 | 0.01 | 55.69 | 0.98 | 0.61 |
| Hex | FD | EF | 3A | 0 | 6 | 4D | 1 | 38 | 62 | 3D |
| Octal | 375 | 357 | 72 | 0 | 6 | 115 | 1 | 70 | 142 | 75 |
| Binary | 11111101 | 11101111 | 111010 | 0 | 110 | 1001101 | 1 | 111000 | 1100010 | 111101 |
Color Harmonies of #FDEF3A
Complementary color
Monochromatic Colors of #FDEF3A
Black with #FDEF3A
Text Example
Text Example
White with #FDEF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEF3A; }
p { color: rgb(253,239,58); }
H1.HeaderClassName
{
color: #FDEF3A;
}
.AnyTagClassName
{
color: #FDEF3A;
}
</style>
background-color css
<style>
a { background-color: #FDEF3A; }
a { background-color: rgb(253,239,58); }
div.DivClassName
{
background-color: #FDEF3A;
}
.BgClassName
{
background-color: #FDEF3A;
}
</style>
border-color css
<style>
span { border-color: #FDEF3A; }
span { border-color: rgb(253,239,58); }
td.TdClassName
{
border-color: #FDEF3A;
}
.TagClassName
{
border-color: #FDEF3A;
}
</style>