Shades of Gorse #FEFD36
Tints of Gorse #FEFD36
RGB
CMYK
RGB Variations
Color information
#FEFD36 (or 0xFEFD36) is known color: Gorse. HEX triplet: FE, FD and 36. RGB value is (254,253,54). Sum of RGB (Red+Green+Blue) = 254+253+54=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 54 (21.48% from 255 or 9.63% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD36 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFD36 is #0102C9. Grayscale: #E7E7E7. Windows color (decimal): -66250 or 3603966. OLE color: 3603966.
HSL color Cylindrical-coordinate representation of color #FEFD36: hue angle of 59.7º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FEFD36 is Cyan = 0, Magento = 0.00, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 54 | - |
| CMYK | 0 | 0.00 | 0.79 | 0.00 |
| HSL | 59.7º | 0.99% | 0.6% | - |
| HSV(B) | 59.7º | 0.79% | 1% | - |
| XYZ | 76.66 | 91.59 | 17.13 | - |
| YUV | 230.61 | 28.33 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 54 | 0 | 0.00 | 0.79 | 0.00 | 59.7 | 0.99 | 0.6 |
| Hex | FE | FD | 36 | 0 | 0 | 4F | 0 | 3C | 63 | 3C |
| Octal | 376 | 375 | 66 | 0 | 0 | 117 | 0 | 74 | 143 | 74 |
| Binary | 11111110 | 11111101 | 110110 | 0 | 0 | 1001111 | 0 | 111100 | 1100011 | 111100 |
Color Harmonies of #FEFD36
Complementary color
Monochromatic Colors of #FEFD36
Black with #FEFD36
Text Example
Text Example
White with #FEFD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD36; }
p { color: rgb(254,253,54); }
H1.HeaderClassName
{
color: #FEFD36;
}
.AnyTagClassName
{
color: #FEFD36;
}
</style>
background-color css
<style>
a { background-color: #FEFD36; }
a { background-color: rgb(254,253,54); }
div.DivClassName
{
background-color: #FEFD36;
}
.BgClassName
{
background-color: #FEFD36;
}
</style>
border-color css
<style>
span { border-color: #FEFD36; }
span { border-color: rgb(254,253,54); }
td.TdClassName
{
border-color: #FEFD36;
}
.TagClassName
{
border-color: #FEFD36;
}
</style>