Shades of Gorse #FEFA34
Tints of Gorse #FEFA34
RGB
CMYK
RGB Variations
Color information
#FEFA34 (or 0xFEFA34) is known color: Gorse. HEX triplet: FE, FA and 34. RGB value is (254,250,52). Sum of RGB (Red+Green+Blue) = 254+250+52=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 52 (20.70% from 255 or 9.35% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA34 is #0105CB. Grayscale: #E5E5E5. Windows color (decimal): -67020 or 3472126. OLE color: 3472126.
HSL color Cylindrical-coordinate representation of color #FEFA34: hue angle of 58.81º 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 #FEFA34 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 52 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.00 |
| HSL | 58.81º | 0.99% | 0.6% | - |
| HSV(B) | 58.81º | 0.8% | 1% | - |
| XYZ | 75.68 | 89.69 | 16.57 | - |
| YUV | 228.62 | 28.33 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 52 | 0 | 0.02 | 0.80 | 0.00 | 58.81 | 0.99 | 0.6 |
| Hex | FE | FA | 34 | 0 | 2 | 50 | 0 | 3B | 63 | 3C |
| Octal | 376 | 372 | 64 | 0 | 2 | 120 | 0 | 73 | 143 | 74 |
| Binary | 11111110 | 11111010 | 110100 | 0 | 10 | 1010000 | 0 | 111011 | 1100011 | 111100 |
Color Harmonies of #FEFA34
Complementary color
Monochromatic Colors of #FEFA34
Black with #FEFA34
Text Example
Text Example
White with #FEFA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA34; }
p { color: rgb(254,250,52); }
H1.HeaderClassName
{
color: #FEFA34;
}
.AnyTagClassName
{
color: #FEFA34;
}
</style>
background-color css
<style>
a { background-color: #FEFA34; }
a { background-color: rgb(254,250,52); }
div.DivClassName
{
background-color: #FEFA34;
}
.BgClassName
{
background-color: #FEFA34;
}
</style>
border-color css
<style>
span { border-color: #FEFA34; }
span { border-color: rgb(254,250,52); }
td.TdClassName
{
border-color: #FEFA34;
}
.TagClassName
{
border-color: #FEFA34;
}
</style>