Shades of Gorse #FEF32A
Tints of Gorse #FEF32A
RGB
CMYK
RGB Variations
Color information
#FEF32A (or 0xFEF32A) is known color: Gorse. HEX triplet: FE, F3 and 2A. RGB value is (254,243,42). Sum of RGB (Red+Green+Blue) = 254+243+42=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 243 (95.31% from 255 or 45.08% from 539); Blue value is 42 (16.80% from 255 or 7.79% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF32A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF32A is #010CD5. Grayscale: #E0E0E0. Windows color (decimal): -68822 or 2814974. OLE color: 2814974.
HSL color Cylindrical-coordinate representation of color #FEF32A: hue angle of 56.89º 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 #FEF32A is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 42 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.00 |
| HSL | 56.89º | 0.99% | 0.58% | - |
| HSV(B) | 56.89º | 0.83% | 1% | - |
| XYZ | 73.34 | 85.34 | 14.8 | - |
| YUV | 223.38 | 25.64 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 42 | 0 | 0.04 | 0.83 | 0.00 | 56.89 | 0.99 | 0.58 |
| Hex | FE | F3 | 2A | 0 | 4 | 53 | 0 | 39 | 63 | 3A |
| Octal | 376 | 363 | 52 | 0 | 4 | 123 | 0 | 71 | 143 | 72 |
| Binary | 11111110 | 11110011 | 101010 | 0 | 100 | 1010011 | 0 | 111001 | 1100011 | 111010 |
Color Harmonies of #FEF32A
Complementary color
Monochromatic Colors of #FEF32A
Black with #FEF32A
Text Example
Text Example
White with #FEF32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF32A; }
p { color: rgb(254,243,42); }
H1.HeaderClassName
{
color: #FEF32A;
}
.AnyTagClassName
{
color: #FEF32A;
}
</style>
background-color css
<style>
a { background-color: #FEF32A; }
a { background-color: rgb(254,243,42); }
div.DivClassName
{
background-color: #FEF32A;
}
.BgClassName
{
background-color: #FEF32A;
}
</style>
border-color css
<style>
span { border-color: #FEF32A; }
span { border-color: rgb(254,243,42); }
td.TdClassName
{
border-color: #FEF32A;
}
.TagClassName
{
border-color: #FEF32A;
}
</style>