Shades of Gorse #FEFB2A
Tints of Gorse #FEFB2A
RGB
CMYK
RGB Variations
Color information
#FEFB2A (or 0xFEFB2A) is known color: Gorse. HEX triplet: FE, FB and 2A. RGB value is (254,251,42). Sum of RGB (Red+Green+Blue) = 254+251+42=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 42 (16.80% from 255 or 7.68% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFB2A is #0104D5. Grayscale: #E4E4E4. Windows color (decimal): -66774 or 2817022. OLE color: 2817022.
HSL color Cylindrical-coordinate representation of color #FEFB2A: hue angle of 59.15º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEFB2A is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 251 | 42 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.00 |
| HSL | 59.15º | 0.99% | 0.58% | - |
| HSV(B) | 59.15º | 0.83% | 1% | - |
| XYZ | 75.79 | 90.23 | 15.61 | - |
| YUV | 228.07 | 22.99 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 251 | 42 | 0 | 0.01 | 0.83 | 0.00 | 59.15 | 0.99 | 0.58 |
| Hex | FE | FB | 2A | 0 | 1 | 53 | 0 | 3B | 63 | 3A |
| Octal | 376 | 373 | 52 | 0 | 1 | 123 | 0 | 73 | 143 | 72 |
| Binary | 11111110 | 11111011 | 101010 | 0 | 1 | 1010011 | 0 | 111011 | 1100011 | 111010 |
Color Harmonies of #FEFB2A
Complementary color
Monochromatic Colors of #FEFB2A
Black with #FEFB2A
Text Example
Text Example
White with #FEFB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFB2A; }
p { color: rgb(254,251,42); }
H1.HeaderClassName
{
color: #FEFB2A;
}
.AnyTagClassName
{
color: #FEFB2A;
}
</style>
background-color css
<style>
a { background-color: #FEFB2A; }
a { background-color: rgb(254,251,42); }
div.DivClassName
{
background-color: #FEFB2A;
}
.BgClassName
{
background-color: #FEFB2A;
}
</style>
border-color css
<style>
span { border-color: #FEFB2A; }
span { border-color: rgb(254,251,42); }
td.TdClassName
{
border-color: #FEFB2A;
}
.TagClassName
{
border-color: #FEFB2A;
}
</style>