Shades of Gorse #FEE13C
Tints of Gorse #FEE13C
RGB
CMYK
RGB Variations
Color information
#FEE13C (or 0xFEE13C) is known color: Gorse. HEX triplet: FE, E1 and 3C. RGB value is (254,225,60). Sum of RGB (Red+Green+Blue) = 254+225+60=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 60 (23.83% from 255 or 11.13% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE13C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE13C is #011EC3. Grayscale: #D7D7D7. Windows color (decimal): -73412 or 3990014. OLE color: 3990014.
HSL color Cylindrical-coordinate representation of color #FEE13C: hue angle of 51.03º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FEE13C is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 60 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.00 |
| HSL | 51.03º | 0.99% | 0.62% | - |
| HSV(B) | 51.03º | 0.76% | 1% | - |
| XYZ | 68.61 | 75.25 | 15.18 | - |
| YUV | 214.86 | 40.61 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 60 | 0 | 0.11 | 0.76 | 0.00 | 51.03 | 0.99 | 0.62 |
| Hex | FE | E1 | 3C | 0 | B | 4C | 0 | 33 | 63 | 3E |
| Octal | 376 | 341 | 74 | 0 | 13 | 114 | 0 | 63 | 143 | 76 |
| Binary | 11111110 | 11100001 | 111100 | 0 | 1011 | 1001100 | 0 | 110011 | 1100011 | 111110 |
Color Harmonies of #FEE13C
Complementary color
Monochromatic Colors of #FEE13C
Black with #FEE13C
Text Example
Text Example
White with #FEE13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE13C; }
p { color: rgb(254,225,60); }
H1.HeaderClassName
{
color: #FEE13C;
}
.AnyTagClassName
{
color: #FEE13C;
}
</style>
background-color css
<style>
a { background-color: #FEE13C; }
a { background-color: rgb(254,225,60); }
div.DivClassName
{
background-color: #FEE13C;
}
.BgClassName
{
background-color: #FEE13C;
}
</style>
border-color css
<style>
span { border-color: #FEE13C; }
span { border-color: rgb(254,225,60); }
td.TdClassName
{
border-color: #FEE13C;
}
.TagClassName
{
border-color: #FEE13C;
}
</style>