Shades of Gorse #FEF13B
Tints of Gorse #FEF13B
RGB
CMYK
RGB Variations
Color information
#FEF13B (or 0xFEF13B) is known color: Gorse. HEX triplet: FE, F1 and 3B. RGB value is (254,241,59). Sum of RGB (Red+Green+Blue) = 254+241+59=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 59 (23.44% from 255 or 10.65% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF13B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF13B is #010EC4. Grayscale: #E0E0E0. Windows color (decimal): -69317 or 3928574. OLE color: 3928574.
HSL color Cylindrical-coordinate representation of color #FEF13B: hue angle of 56º 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 #FEF13B is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 59 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.00 |
| HSL | 56º | 0.99% | 0.61% | - |
| HSV(B) | 56º | 0.77% | 1% | - |
| XYZ | 73.12 | 84.3 | 16.55 | - |
| YUV | 224.14 | 34.81 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 59 | 0 | 0.05 | 0.77 | 0.00 | 56 | 0.99 | 0.61 |
| Hex | FE | F1 | 3B | 0 | 5 | 4D | 0 | 38 | 63 | 3D |
| Octal | 376 | 361 | 73 | 0 | 5 | 115 | 0 | 70 | 143 | 75 |
| Binary | 11111110 | 11110001 | 111011 | 0 | 101 | 1001101 | 0 | 111000 | 1100011 | 111101 |
Color Harmonies of #FEF13B
Complementary color
Monochromatic Colors of #FEF13B
Black with #FEF13B
Text Example
Text Example
White with #FEF13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF13B; }
p { color: rgb(254,241,59); }
H1.HeaderClassName
{
color: #FEF13B;
}
.AnyTagClassName
{
color: #FEF13B;
}
</style>
background-color css
<style>
a { background-color: #FEF13B; }
a { background-color: rgb(254,241,59); }
div.DivClassName
{
background-color: #FEF13B;
}
.BgClassName
{
background-color: #FEF13B;
}
</style>
border-color css
<style>
span { border-color: #FEF13B; }
span { border-color: rgb(254,241,59); }
td.TdClassName
{
border-color: #FEF13B;
}
.TagClassName
{
border-color: #FEF13B;
}
</style>