Shades of Gorse #FEF93B
Tints of Gorse #FEF93B
RGB
CMYK
RGB Variations
Color information
#FEF93B (or 0xFEF93B) is known color: Gorse. HEX triplet: FE, F9 and 3B. RGB value is (254,249,59). Sum of RGB (Red+Green+Blue) = 254+249+59=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 59 (23.44% from 255 or 10.50% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF93B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF93B is #0106C4. Grayscale: #E5E5E5. Windows color (decimal): -67269 or 3930622. OLE color: 3930622.
HSL color Cylindrical-coordinate representation of color #FEF93B: hue angle of 58.46º 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 #FEF93B is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 59 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.00 |
| HSL | 58.46º | 0.99% | 0.61% | - |
| HSV(B) | 58.46º | 0.77% | 1% | - |
| XYZ | 75.54 | 89.14 | 17.36 | - |
| YUV | 228.84 | 32.16 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 59 | 0 | 0.02 | 0.77 | 0.00 | 58.46 | 0.99 | 0.61 |
| Hex | FE | F9 | 3B | 0 | 2 | 4D | 0 | 3A | 63 | 3D |
| Octal | 376 | 371 | 73 | 0 | 2 | 115 | 0 | 72 | 143 | 75 |
| Binary | 11111110 | 11111001 | 111011 | 0 | 10 | 1001101 | 0 | 111010 | 1100011 | 111101 |
Color Harmonies of #FEF93B
Complementary color
Monochromatic Colors of #FEF93B
Black with #FEF93B
Text Example
Text Example
White with #FEF93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF93B; }
p { color: rgb(254,249,59); }
H1.HeaderClassName
{
color: #FEF93B;
}
.AnyTagClassName
{
color: #FEF93B;
}
</style>
background-color css
<style>
a { background-color: #FEF93B; }
a { background-color: rgb(254,249,59); }
div.DivClassName
{
background-color: #FEF93B;
}
.BgClassName
{
background-color: #FEF93B;
}
</style>
border-color css
<style>
span { border-color: #FEF93B; }
span { border-color: rgb(254,249,59); }
td.TdClassName
{
border-color: #FEF93B;
}
.TagClassName
{
border-color: #FEF93B;
}
</style>