Shades of Gorse #FEF73B
Tints of Gorse #FEF73B
RGB
CMYK
RGB Variations
Color information
#FEF73B (or 0xFEF73B) is known color: Gorse. HEX triplet: FE, F7 and 3B. RGB value is (254,247,59). Sum of RGB (Red+Green+Blue) = 254+247+59=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 247 (96.88% from 255 or 44.11% from 560); Blue value is 59 (23.44% from 255 or 10.54% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF73B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF73B is #0108C4. Grayscale: #E4E4E4. Windows color (decimal): -67781 or 3930110. OLE color: 3930110.
HSL color Cylindrical-coordinate representation of color #FEF73B: hue angle of 57.85º 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 #FEF73B is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 59 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.00 |
| HSL | 57.85º | 0.99% | 0.61% | - |
| HSV(B) | 57.85º | 0.77% | 1% | - |
| XYZ | 74.92 | 87.91 | 17.16 | - |
| YUV | 227.66 | 32.82 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 59 | 0 | 0.03 | 0.77 | 0.00 | 57.85 | 0.99 | 0.61 |
| Hex | FE | F7 | 3B | 0 | 3 | 4D | 0 | 3A | 63 | 3D |
| Octal | 376 | 367 | 73 | 0 | 3 | 115 | 0 | 72 | 143 | 75 |
| Binary | 11111110 | 11110111 | 111011 | 0 | 11 | 1001101 | 0 | 111010 | 1100011 | 111101 |
Color Harmonies of #FEF73B
Complementary color
Monochromatic Colors of #FEF73B
Black with #FEF73B
Text Example
Text Example
White with #FEF73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF73B; }
p { color: rgb(254,247,59); }
H1.HeaderClassName
{
color: #FEF73B;
}
.AnyTagClassName
{
color: #FEF73B;
}
</style>
background-color css
<style>
a { background-color: #FEF73B; }
a { background-color: rgb(254,247,59); }
div.DivClassName
{
background-color: #FEF73B;
}
.BgClassName
{
background-color: #FEF73B;
}
</style>
border-color css
<style>
span { border-color: #FEF73B; }
span { border-color: rgb(254,247,59); }
td.TdClassName
{
border-color: #FEF73B;
}
.TagClassName
{
border-color: #FEF73B;
}
</style>