Shades of Gorse #FEF72B
Tints of Gorse #FEF72B
RGB
CMYK
RGB Variations
Color information
#FEF72B (or 0xFEF72B) is known color: Gorse. HEX triplet: FE, F7 and 2B. RGB value is (254,247,43). Sum of RGB (Red+Green+Blue) = 254+247+43=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 247 (96.88% from 255 or 45.40% from 544); Blue value is 43 (17.19% from 255 or 7.90% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF72B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF72B is #0108D4. Grayscale: #E2E2E2. Windows color (decimal): -67797 or 2881534. OLE color: 2881534.
HSL color Cylindrical-coordinate representation of color #FEF72B: hue angle of 58.01º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEF72B is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 43 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.00 |
| HSL | 58.01º | 0.99% | 0.58% | - |
| HSV(B) | 58.01º | 0.83% | 1% | - |
| XYZ | 74.57 | 87.77 | 15.3 | - |
| YUV | 225.84 | 24.82 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 43 | 0 | 0.03 | 0.83 | 0.00 | 58.01 | 0.99 | 0.58 |
| Hex | FE | F7 | 2B | 0 | 3 | 53 | 0 | 3A | 63 | 3A |
| Octal | 376 | 367 | 53 | 0 | 3 | 123 | 0 | 72 | 143 | 72 |
| Binary | 11111110 | 11110111 | 101011 | 0 | 11 | 1010011 | 0 | 111010 | 1100011 | 111010 |
Color Harmonies of #FEF72B
Complementary color
Monochromatic Colors of #FEF72B
Black with #FEF72B
Text Example
Text Example
White with #FEF72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF72B; }
p { color: rgb(254,247,43); }
H1.HeaderClassName
{
color: #FEF72B;
}
.AnyTagClassName
{
color: #FEF72B;
}
</style>
background-color css
<style>
a { background-color: #FEF72B; }
a { background-color: rgb(254,247,43); }
div.DivClassName
{
background-color: #FEF72B;
}
.BgClassName
{
background-color: #FEF72B;
}
</style>
border-color css
<style>
span { border-color: #FEF72B; }
span { border-color: rgb(254,247,43); }
td.TdClassName
{
border-color: #FEF72B;
}
.TagClassName
{
border-color: #FEF72B;
}
</style>