Shades of Gorse #FEFC34
Tints of Gorse #FEFC34
RGB
CMYK
RGB Variations
Color information
#FEFC34 (or 0xFEFC34) is known color: Gorse. HEX triplet: FE, FC and 34. RGB value is (254,252,52). Sum of RGB (Red+Green+Blue) = 254+252+52=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 52 (20.70% from 255 or 9.32% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFC34 is #0103CB. Grayscale: #E6E6E6. Windows color (decimal): -66508 or 3472638. OLE color: 3472638.
HSL color Cylindrical-coordinate representation of color #FEFC34: hue angle of 59.41º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEFC34 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 52 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.00 |
| HSL | 59.41º | 0.99% | 0.6% | - |
| HSV(B) | 59.41º | 0.8% | 1% | - |
| XYZ | 76.3 | 90.94 | 16.78 | - |
| YUV | 229.8 | 27.66 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 52 | 0 | 0.01 | 0.80 | 0.00 | 59.41 | 0.99 | 0.6 |
| Hex | FE | FC | 34 | 0 | 1 | 50 | 0 | 3B | 63 | 3C |
| Octal | 376 | 374 | 64 | 0 | 1 | 120 | 0 | 73 | 143 | 74 |
| Binary | 11111110 | 11111100 | 110100 | 0 | 1 | 1010000 | 0 | 111011 | 1100011 | 111100 |
Color Harmonies of #FEFC34
Complementary color
Monochromatic Colors of #FEFC34
Black with #FEFC34
Text Example
Text Example
White with #FEFC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC34; }
p { color: rgb(254,252,52); }
H1.HeaderClassName
{
color: #FEFC34;
}
.AnyTagClassName
{
color: #FEFC34;
}
</style>
background-color css
<style>
a { background-color: #FEFC34; }
a { background-color: rgb(254,252,52); }
div.DivClassName
{
background-color: #FEFC34;
}
.BgClassName
{
background-color: #FEFC34;
}
</style>
border-color css
<style>
span { border-color: #FEFC34; }
span { border-color: rgb(254,252,52); }
td.TdClassName
{
border-color: #FEFC34;
}
.TagClassName
{
border-color: #FEFC34;
}
</style>