Shades of Gorse #FEFA27
Tints of Gorse #FEFA27
RGB
CMYK
RGB Variations
Color information
#FEFA27 (or 0xFEFA27) is known color: Gorse. HEX triplet: FE, FA and 27. RGB value is (254,250,39). Sum of RGB (Red+Green+Blue) = 254+250+39=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 39 (15.62% from 255 or 7.18% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA27 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA27 is #0105D8. Grayscale: #E3E3E3. Windows color (decimal): -67033 or 2620158. OLE color: 2620158.
HSL color Cylindrical-coordinate representation of color #FEFA27: hue angle of 58.88º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FEFA27 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 39 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.00 |
| HSL | 58.88º | 0.99% | 0.57% | - |
| HSV(B) | 58.88º | 0.85% | 1% | - |
| XYZ | 75.42 | 89.59 | 15.24 | - |
| YUV | 227.14 | 21.83 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 39 | 0 | 0.02 | 0.85 | 0.00 | 58.88 | 0.99 | 0.57 |
| Hex | FE | FA | 27 | 0 | 2 | 55 | 0 | 3B | 63 | 39 |
| Octal | 376 | 372 | 47 | 0 | 2 | 125 | 0 | 73 | 143 | 71 |
| Binary | 11111110 | 11111010 | 100111 | 0 | 10 | 1010101 | 0 | 111011 | 1100011 | 111001 |
Color Harmonies of #FEFA27
Complementary color
Monochromatic Colors of #FEFA27
Black with #FEFA27
Text Example
Text Example
White with #FEFA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA27; }
p { color: rgb(254,250,39); }
H1.HeaderClassName
{
color: #FEFA27;
}
.AnyTagClassName
{
color: #FEFA27;
}
</style>
background-color css
<style>
a { background-color: #FEFA27; }
a { background-color: rgb(254,250,39); }
div.DivClassName
{
background-color: #FEFA27;
}
.BgClassName
{
background-color: #FEFA27;
}
</style>
border-color css
<style>
span { border-color: #FEFA27; }
span { border-color: rgb(254,250,39); }
td.TdClassName
{
border-color: #FEFA27;
}
.TagClassName
{
border-color: #FEFA27;
}
</style>