Shades of Gorse #FEFA2D
Tints of Gorse #FEFA2D
RGB
CMYK
RGB Variations
Color information
#FEFA2D (or 0xFEFA2D) is known color: Gorse. HEX triplet: FE, FA and 2D. RGB value is (254,250,45). Sum of RGB (Red+Green+Blue) = 254+250+45=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 45 (17.97% from 255 or 8.20% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA2D is #0105D2. Grayscale: #E4E4E4. Windows color (decimal): -67027 or 3013374. OLE color: 3013374.
HSL color Cylindrical-coordinate representation of color #FEFA2D: hue angle of 58.85º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEFA2D is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 45 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.00 |
| HSL | 58.85º | 0.99% | 0.59% | - |
| HSV(B) | 58.85º | 0.82% | 1% | - |
| XYZ | 75.53 | 89.63 | 15.8 | - |
| YUV | 227.83 | 24.83 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 45 | 0 | 0.02 | 0.82 | 0.00 | 58.85 | 0.99 | 0.59 |
| Hex | FE | FA | 2D | 0 | 2 | 52 | 0 | 3B | 63 | 3B |
| Octal | 376 | 372 | 55 | 0 | 2 | 122 | 0 | 73 | 143 | 73 |
| Binary | 11111110 | 11111010 | 101101 | 0 | 10 | 1010010 | 0 | 111011 | 1100011 | 111011 |
Color Harmonies of #FEFA2D
Complementary color
Monochromatic Colors of #FEFA2D
Black with #FEFA2D
Text Example
Text Example
White with #FEFA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA2D; }
p { color: rgb(254,250,45); }
H1.HeaderClassName
{
color: #FEFA2D;
}
.AnyTagClassName
{
color: #FEFA2D;
}
</style>
background-color css
<style>
a { background-color: #FEFA2D; }
a { background-color: rgb(254,250,45); }
div.DivClassName
{
background-color: #FEFA2D;
}
.BgClassName
{
background-color: #FEFA2D;
}
</style>
border-color css
<style>
span { border-color: #FEFA2D; }
span { border-color: rgb(254,250,45); }
td.TdClassName
{
border-color: #FEFA2D;
}
.TagClassName
{
border-color: #FEFA2D;
}
</style>