Shades of Gorse #FEF43B
Tints of Gorse #FEF43B
RGB
CMYK
RGB Variations
Color information
#FEF43B (or 0xFEF43B) is known color: Gorse. HEX triplet: FE, F4 and 3B. RGB value is (254,244,59). Sum of RGB (Red+Green+Blue) = 254+244+59=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 244 (95.70% from 255 or 43.81% from 557); Blue value is 59 (23.44% from 255 or 10.59% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF43B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF43B is #010BC4. Grayscale: #E2E2E2. Windows color (decimal): -68549 or 3929342. OLE color: 3929342.
HSL color Cylindrical-coordinate representation of color #FEF43B: hue angle of 56.92º 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 #FEF43B is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 59 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.00 |
| HSL | 56.92º | 0.99% | 0.61% | - |
| HSV(B) | 56.92º | 0.77% | 1% | - |
| XYZ | 74.01 | 86.09 | 16.85 | - |
| YUV | 225.9 | 33.81 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 59 | 0 | 0.04 | 0.77 | 0.00 | 56.92 | 0.99 | 0.61 |
| Hex | FE | F4 | 3B | 0 | 4 | 4D | 0 | 39 | 63 | 3D |
| Octal | 376 | 364 | 73 | 0 | 4 | 115 | 0 | 71 | 143 | 75 |
| Binary | 11111110 | 11110100 | 111011 | 0 | 100 | 1001101 | 0 | 111001 | 1100011 | 111101 |
Color Harmonies of #FEF43B
Complementary color
Monochromatic Colors of #FEF43B
Black with #FEF43B
Text Example
Text Example
White with #FEF43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF43B; }
p { color: rgb(254,244,59); }
H1.HeaderClassName
{
color: #FEF43B;
}
.AnyTagClassName
{
color: #FEF43B;
}
</style>
background-color css
<style>
a { background-color: #FEF43B; }
a { background-color: rgb(254,244,59); }
div.DivClassName
{
background-color: #FEF43B;
}
.BgClassName
{
background-color: #FEF43B;
}
</style>
border-color css
<style>
span { border-color: #FEF43B; }
span { border-color: rgb(254,244,59); }
td.TdClassName
{
border-color: #FEF43B;
}
.TagClassName
{
border-color: #FEF43B;
}
</style>