Shades of Gorse #FEF03F
Tints of Gorse #FEF03F
RGB
CMYK
RGB Variations
Color information
#FEF03F (or 0xFEF03F) is known color: Gorse. HEX triplet: FE, F0 and 3F. RGB value is (254,240,63). Sum of RGB (Red+Green+Blue) = 254+240+63=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 63 (25% from 255 or 11.31% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF03F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF03F is #010FC0. Grayscale: #E0E0E0. Windows color (decimal): -69569 or 4190462. OLE color: 4190462.
HSL color Cylindrical-coordinate representation of color #FEF03F: hue angle of 55.6º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FEF03F is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 63 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.00 |
| HSL | 55.6º | 0.99% | 0.62% | - |
| HSV(B) | 55.6º | 0.75% | 1% | - |
| XYZ | 72.93 | 83.75 | 17.02 | - |
| YUV | 224.01 | 37.14 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 63 | 0 | 0.06 | 0.75 | 0.00 | 55.6 | 0.99 | 0.62 |
| Hex | FE | F0 | 3F | 0 | 6 | 4B | 0 | 38 | 63 | 3E |
| Octal | 376 | 360 | 77 | 0 | 6 | 113 | 0 | 70 | 143 | 76 |
| Binary | 11111110 | 11110000 | 111111 | 0 | 110 | 1001011 | 0 | 111000 | 1100011 | 111110 |
Color Harmonies of #FEF03F
Complementary color
Monochromatic Colors of #FEF03F
Black with #FEF03F
Text Example
Text Example
White with #FEF03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF03F; }
p { color: rgb(254,240,63); }
H1.HeaderClassName
{
color: #FEF03F;
}
.AnyTagClassName
{
color: #FEF03F;
}
</style>
background-color css
<style>
a { background-color: #FEF03F; }
a { background-color: rgb(254,240,63); }
div.DivClassName
{
background-color: #FEF03F;
}
.BgClassName
{
background-color: #FEF03F;
}
</style>
border-color css
<style>
span { border-color: #FEF03F; }
span { border-color: rgb(254,240,63); }
td.TdClassName
{
border-color: #FEF03F;
}
.TagClassName
{
border-color: #FEF03F;
}
</style>