Shades of Gorse #FEF02B
Tints of Gorse #FEF02B
RGB
CMYK
RGB Variations
Color information
#FEF02B (or 0xFEF02B) is known color: Gorse. HEX triplet: FE, F0 and 2B. RGB value is (254,240,43). Sum of RGB (Red+Green+Blue) = 254+240+43=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 43 (17.19% from 255 or 8.01% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF02B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF02B is #010FD4. Grayscale: #DEDEDE. Windows color (decimal): -69589 or 2879742. OLE color: 2879742.
HSL color Cylindrical-coordinate representation of color #FEF02B: hue angle of 56.02º 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 #FEF02B is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 43 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.00 |
| HSL | 56.02º | 0.99% | 0.58% | - |
| HSV(B) | 56.02º | 0.83% | 1% | - |
| XYZ | 72.47 | 83.57 | 14.6 | - |
| YUV | 221.73 | 27.14 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 43 | 0 | 0.06 | 0.83 | 0.00 | 56.02 | 0.99 | 0.58 |
| Hex | FE | F0 | 2B | 0 | 6 | 53 | 0 | 38 | 63 | 3A |
| Octal | 376 | 360 | 53 | 0 | 6 | 123 | 0 | 70 | 143 | 72 |
| Binary | 11111110 | 11110000 | 101011 | 0 | 110 | 1010011 | 0 | 111000 | 1100011 | 111010 |
Color Harmonies of #FEF02B
Complementary color
Monochromatic Colors of #FEF02B
Black with #FEF02B
Text Example
Text Example
White with #FEF02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF02B; }
p { color: rgb(254,240,43); }
H1.HeaderClassName
{
color: #FEF02B;
}
.AnyTagClassName
{
color: #FEF02B;
}
</style>
background-color css
<style>
a { background-color: #FEF02B; }
a { background-color: rgb(254,240,43); }
div.DivClassName
{
background-color: #FEF02B;
}
.BgClassName
{
background-color: #FEF02B;
}
</style>
border-color css
<style>
span { border-color: #FEF02B; }
span { border-color: rgb(254,240,43); }
td.TdClassName
{
border-color: #FEF02B;
}
.TagClassName
{
border-color: #FEF02B;
}
</style>