Shades of Gorse #FEF63C
Tints of Gorse #FEF63C
RGB
CMYK
RGB Variations
Color information
#FEF63C (or 0xFEF63C) is known color: Gorse. HEX triplet: FE, F6 and 3C. RGB value is (254,246,60). Sum of RGB (Red+Green+Blue) = 254+246+60=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 246 (96.48% from 255 or 43.93% from 560); Blue value is 60 (23.83% from 255 or 10.71% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF63C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF63C is #0109C3. Grayscale: #E3E3E3. Windows color (decimal): -68036 or 3995390. OLE color: 3995390.
HSL color Cylindrical-coordinate representation of color #FEF63C: hue angle of 57.53º 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 #FEF63C is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 60 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.00 |
| HSL | 57.53º | 0.99% | 0.62% | - |
| HSV(B) | 57.53º | 0.76% | 1% | - |
| XYZ | 74.64 | 87.31 | 17.19 | - |
| YUV | 227.19 | 33.65 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 60 | 0 | 0.03 | 0.76 | 0.00 | 57.53 | 0.99 | 0.62 |
| Hex | FE | F6 | 3C | 0 | 3 | 4C | 0 | 3A | 63 | 3E |
| Octal | 376 | 366 | 74 | 0 | 3 | 114 | 0 | 72 | 143 | 76 |
| Binary | 11111110 | 11110110 | 111100 | 0 | 11 | 1001100 | 0 | 111010 | 1100011 | 111110 |
Color Harmonies of #FEF63C
Complementary color
Monochromatic Colors of #FEF63C
Black with #FEF63C
Text Example
Text Example
White with #FEF63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF63C; }
p { color: rgb(254,246,60); }
H1.HeaderClassName
{
color: #FEF63C;
}
.AnyTagClassName
{
color: #FEF63C;
}
</style>
background-color css
<style>
a { background-color: #FEF63C; }
a { background-color: rgb(254,246,60); }
div.DivClassName
{
background-color: #FEF63C;
}
.BgClassName
{
background-color: #FEF63C;
}
</style>
border-color css
<style>
span { border-color: #FEF63C; }
span { border-color: rgb(254,246,60); }
td.TdClassName
{
border-color: #FEF63C;
}
.TagClassName
{
border-color: #FEF63C;
}
</style>