Shades of Gorse #FCFE36
Tints of Gorse #FCFE36
RGB
CMYK
RGB Variations
Color information
#FCFE36 (or 0xFCFE36) is known color: Gorse. HEX triplet: FC, FE and 36. RGB value is (252,254,54). Sum of RGB (Red+Green+Blue) = 252+254+54=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 54 (21.48% from 255 or 9.64% from 560); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE36 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFE36 is #0301C9. Grayscale: #E7E7E7. Windows color (decimal): -197066 or 3604220. OLE color: 3604220.
HSL color Cylindrical-coordinate representation of color #FCFE36: hue angle of 60.6º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FCFE36 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 54 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.00 |
| HSL | 60.6º | 0.99% | 0.6% | - |
| HSV(B) | 60.6º | 0.79% | 1% | - |
| XYZ | 76.25 | 91.85 | 17.2 | - |
| YUV | 230.6 | 28.34 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 54 | 0.01 | 0 | 0.79 | 0.00 | 60.6 | 0.99 | 0.6 |
| Hex | FC | FE | 36 | 1 | 0 | 4F | 0 | 3D | 63 | 3C |
| Octal | 374 | 376 | 66 | 1 | 0 | 117 | 0 | 75 | 143 | 74 |
| Binary | 11111100 | 11111110 | 110110 | 1 | 0 | 1001111 | 0 | 111101 | 1100011 | 111100 |
Color Harmonies of #FCFE36
Complementary color
Monochromatic Colors of #FCFE36
Black with #FCFE36
Text Example
Text Example
White with #FCFE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE36; }
p { color: rgb(252,254,54); }
H1.HeaderClassName
{
color: #FCFE36;
}
.AnyTagClassName
{
color: #FCFE36;
}
</style>
background-color css
<style>
a { background-color: #FCFE36; }
a { background-color: rgb(252,254,54); }
div.DivClassName
{
background-color: #FCFE36;
}
.BgClassName
{
background-color: #FCFE36;
}
</style>
border-color css
<style>
span { border-color: #FCFE36; }
span { border-color: rgb(252,254,54); }
td.TdClassName
{
border-color: #FCFE36;
}
.TagClassName
{
border-color: #FCFE36;
}
</style>