Shades of Gorse #FEFB34
Tints of Gorse #FEFB34
RGB
CMYK
RGB Variations
Color information
#FEFB34 (or 0xFEFB34) is known color: Gorse. HEX triplet: FE, FB and 34. RGB value is (254,251,52). Sum of RGB (Red+Green+Blue) = 254+251+52=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 52 (20.70% from 255 or 9.34% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFB34 is #0104CB. Grayscale: #E6E6E6. Windows color (decimal): -66764 or 3472382. OLE color: 3472382.
HSL color Cylindrical-coordinate representation of color #FEFB34: hue angle of 59.11º 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 #FEFB34 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 251 | 52 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.00 |
| HSL | 59.11º | 0.99% | 0.6% | - |
| HSV(B) | 59.11º | 0.8% | 1% | - |
| XYZ | 75.99 | 90.31 | 16.68 | - |
| YUV | 229.21 | 27.99 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 251 | 52 | 0 | 0.01 | 0.80 | 0.00 | 59.11 | 0.99 | 0.6 |
| Hex | FE | FB | 34 | 0 | 1 | 50 | 0 | 3B | 63 | 3C |
| Octal | 376 | 373 | 64 | 0 | 1 | 120 | 0 | 73 | 143 | 74 |
| Binary | 11111110 | 11111011 | 110100 | 0 | 1 | 1010000 | 0 | 111011 | 1100011 | 111100 |
Color Harmonies of #FEFB34
Complementary color
Monochromatic Colors of #FEFB34
Black with #FEFB34
Text Example
Text Example
White with #FEFB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFB34; }
p { color: rgb(254,251,52); }
H1.HeaderClassName
{
color: #FEFB34;
}
.AnyTagClassName
{
color: #FEFB34;
}
</style>
background-color css
<style>
a { background-color: #FEFB34; }
a { background-color: rgb(254,251,52); }
div.DivClassName
{
background-color: #FEFB34;
}
.BgClassName
{
background-color: #FEFB34;
}
</style>
border-color css
<style>
span { border-color: #FEFB34; }
span { border-color: rgb(254,251,52); }
td.TdClassName
{
border-color: #FEFB34;
}
.TagClassName
{
border-color: #FEFB34;
}
</style>