Shades of Gorse #FEF235
Tints of Gorse #FEF235
RGB
CMYK
RGB Variations
Color information
#FEF235 (or 0xFEF235) is known color: Gorse. HEX triplet: FE, F2 and 35. RGB value is (254,242,53). Sum of RGB (Red+Green+Blue) = 254+242+53=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 53 (21.09% from 255 or 9.65% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF235 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF235 is #010DCA. Grayscale: #E0E0E0. Windows color (decimal): -69067 or 3535614. OLE color: 3535614.
HSL color Cylindrical-coordinate representation of color #FEF235: hue angle of 56.42º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FEF235 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 53 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.00 |
| HSL | 56.42º | 0.99% | 0.6% | - |
| HSV(B) | 56.42º | 0.79% | 1% | - |
| XYZ | 73.27 | 84.83 | 15.88 | - |
| YUV | 224.04 | 31.48 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 53 | 0 | 0.05 | 0.79 | 0.00 | 56.42 | 0.99 | 0.6 |
| Hex | FE | F2 | 35 | 0 | 5 | 4F | 0 | 38 | 63 | 3C |
| Octal | 376 | 362 | 65 | 0 | 5 | 117 | 0 | 70 | 143 | 74 |
| Binary | 11111110 | 11110010 | 110101 | 0 | 101 | 1001111 | 0 | 111000 | 1100011 | 111100 |
Color Harmonies of #FEF235
Complementary color
Monochromatic Colors of #FEF235
Black with #FEF235
Text Example
Text Example
White with #FEF235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF235; }
p { color: rgb(254,242,53); }
H1.HeaderClassName
{
color: #FEF235;
}
.AnyTagClassName
{
color: #FEF235;
}
</style>
background-color css
<style>
a { background-color: #FEF235; }
a { background-color: rgb(254,242,53); }
div.DivClassName
{
background-color: #FEF235;
}
.BgClassName
{
background-color: #FEF235;
}
</style>
border-color css
<style>
span { border-color: #FEF235; }
span { border-color: rgb(254,242,53); }
td.TdClassName
{
border-color: #FEF235;
}
.TagClassName
{
border-color: #FEF235;
}
</style>