Shades of Gorse #FEFD3A
Tints of Gorse #FEFD3A
RGB
CMYK
RGB Variations
Color information
#FEFD3A (or 0xFEFD3A) is known color: Gorse. HEX triplet: FE, FD and 3A. RGB value is (254,253,58). Sum of RGB (Red+Green+Blue) = 254+253+58=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 58 (23.05% from 255 or 10.27% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFD3A is #0102C5. Grayscale: #E7E7E7. Windows color (decimal): -66246 or 3866110. OLE color: 3866110.
HSL color Cylindrical-coordinate representation of color #FEFD3A: hue angle of 59.69º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FEFD3A is Cyan = 0, Magento = 0.00, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 58 | - |
| CMYK | 0 | 0.00 | 0.77 | 0.00 |
| HSL | 59.69º | 0.99% | 0.61% | - |
| HSV(B) | 59.69º | 0.77% | 1% | - |
| XYZ | 76.76 | 91.63 | 17.64 | - |
| YUV | 231.07 | 30.33 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 58 | 0 | 0.00 | 0.77 | 0.00 | 59.69 | 0.99 | 0.61 |
| Hex | FE | FD | 3A | 0 | 0 | 4D | 0 | 3C | 63 | 3D |
| Octal | 376 | 375 | 72 | 0 | 0 | 115 | 0 | 74 | 143 | 75 |
| Binary | 11111110 | 11111101 | 111010 | 0 | 0 | 1001101 | 0 | 111100 | 1100011 | 111101 |
Color Harmonies of #FEFD3A
Complementary color
Monochromatic Colors of #FEFD3A
Black with #FEFD3A
Text Example
Text Example
White with #FEFD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD3A; }
p { color: rgb(254,253,58); }
H1.HeaderClassName
{
color: #FEFD3A;
}
.AnyTagClassName
{
color: #FEFD3A;
}
</style>
background-color css
<style>
a { background-color: #FEFD3A; }
a { background-color: rgb(254,253,58); }
div.DivClassName
{
background-color: #FEFD3A;
}
.BgClassName
{
background-color: #FEFD3A;
}
</style>
border-color css
<style>
span { border-color: #FEFD3A; }
span { border-color: rgb(254,253,58); }
td.TdClassName
{
border-color: #FEFD3A;
}
.TagClassName
{
border-color: #FEFD3A;
}
</style>