Shades of Gorse #FEFE38
Tints of Gorse #FEFE38
RGB
CMYK
RGB Variations
Color information
#FEFE38 (or 0xFEFE38) is known color: Gorse. HEX triplet: FE, FE and 38. RGB value is (254,254,56). Sum of RGB (Red+Green+Blue) = 254+254+56=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 254 (99.61% from 255 or 45.04% from 564); Blue value is 56 (22.27% from 255 or 9.93% from 564); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE38 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFE38 is #0101C7. Grayscale: #E8E8E8. Windows color (decimal): -65992 or 3735294. OLE color: 3735294.
HSL color Cylindrical-coordinate representation of color #FEFE38: hue angle of 60º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FEFE38 is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 56 | - |
| CMYK | 0 | 0 | 0.78 | 0.00 |
| HSL | 60º | 0.99% | 0.61% | - |
| HSV(B) | 60º | 0.78% | 1% | - |
| XYZ | 77.03 | 92.24 | 17.49 | - |
| YUV | 231.43 | 29 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 56 | 0 | 0 | 0.78 | 0.00 | 60 | 0.99 | 0.61 |
| Hex | FE | FE | 38 | 0 | 0 | 4E | 0 | 3C | 63 | 3D |
| Octal | 376 | 376 | 70 | 0 | 0 | 116 | 0 | 74 | 143 | 75 |
| Binary | 11111110 | 11111110 | 111000 | 0 | 0 | 1001110 | 0 | 111100 | 1100011 | 111101 |
Color Harmonies of #FEFE38
Complementary color
Monochromatic Colors of #FEFE38
Black with #FEFE38
Text Example
Text Example
White with #FEFE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFE38; }
p { color: rgb(254,254,56); }
H1.HeaderClassName
{
color: #FEFE38;
}
.AnyTagClassName
{
color: #FEFE38;
}
</style>
background-color css
<style>
a { background-color: #FEFE38; }
a { background-color: rgb(254,254,56); }
div.DivClassName
{
background-color: #FEFE38;
}
.BgClassName
{
background-color: #FEFE38;
}
</style>
border-color css
<style>
span { border-color: #FEFE38; }
span { border-color: rgb(254,254,56); }
td.TdClassName
{
border-color: #FEFE38;
}
.TagClassName
{
border-color: #FEFE38;
}
</style>