Shades of Gorse #FEFA36
Tints of Gorse #FEFA36
RGB
CMYK
RGB Variations
Color information
#FEFA36 (or 0xFEFA36) is known color: Gorse. HEX triplet: FE, FA and 36. RGB value is (254,250,54). Sum of RGB (Red+Green+Blue) = 254+250+54=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 54 (21.48% from 255 or 9.68% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA36 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA36 is #0105C9. Grayscale: #E5E5E5. Windows color (decimal): -67018 or 3603198. OLE color: 3603198.
HSL color Cylindrical-coordinate representation of color #FEFA36: hue angle of 58.8º 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 #FEFA36 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 54 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.00 |
| HSL | 58.8º | 0.99% | 0.6% | - |
| HSV(B) | 58.8º | 0.79% | 1% | - |
| XYZ | 75.72 | 89.71 | 16.81 | - |
| YUV | 228.85 | 29.33 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 54 | 0 | 0.02 | 0.79 | 0.00 | 58.8 | 0.99 | 0.6 |
| Hex | FE | FA | 36 | 0 | 2 | 4F | 0 | 3B | 63 | 3C |
| Octal | 376 | 372 | 66 | 0 | 2 | 117 | 0 | 73 | 143 | 74 |
| Binary | 11111110 | 11111010 | 110110 | 0 | 10 | 1001111 | 0 | 111011 | 1100011 | 111100 |
Color Harmonies of #FEFA36
Complementary color
Monochromatic Colors of #FEFA36
Black with #FEFA36
Text Example
Text Example
White with #FEFA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA36; }
p { color: rgb(254,250,54); }
H1.HeaderClassName
{
color: #FEFA36;
}
.AnyTagClassName
{
color: #FEFA36;
}
</style>
background-color css
<style>
a { background-color: #FEFA36; }
a { background-color: rgb(254,250,54); }
div.DivClassName
{
background-color: #FEFA36;
}
.BgClassName
{
background-color: #FEFA36;
}
</style>
border-color css
<style>
span { border-color: #FEFA36; }
span { border-color: rgb(254,250,54); }
td.TdClassName
{
border-color: #FEFA36;
}
.TagClassName
{
border-color: #FEFA36;
}
</style>