Shades of Gorse #FCFE38
Tints of Gorse #FCFE38
RGB
CMYK
RGB Variations
Color information
#FCFE38 (or 0xFCFE38) is known color: Gorse. HEX triplet: FC, FE and 38. RGB value is (252,254,56). Sum of RGB (Red+Green+Blue) = 252+254+56=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 56 (22.27% from 255 or 9.96% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE38 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFE38 is #0301C7. Grayscale: #E7E7E7. Windows color (decimal): -197064 or 3735292. OLE color: 3735292.
HSL color Cylindrical-coordinate representation of color #FCFE38: hue angle of 60.61º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FCFE38 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 56 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.00 |
| HSL | 60.61º | 0.99% | 0.61% | - |
| HSV(B) | 60.61º | 0.78% | 1% | - |
| XYZ | 76.3 | 91.86 | 17.45 | - |
| YUV | 230.83 | 29.34 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 56 | 0.01 | 0 | 0.78 | 0.00 | 60.61 | 0.99 | 0.61 |
| Hex | FC | FE | 38 | 1 | 0 | 4E | 0 | 3D | 63 | 3D |
| Octal | 374 | 376 | 70 | 1 | 0 | 116 | 0 | 75 | 143 | 75 |
| Binary | 11111100 | 11111110 | 111000 | 1 | 0 | 1001110 | 0 | 111101 | 1100011 | 111101 |
Color Harmonies of #FCFE38
Complementary color
Monochromatic Colors of #FCFE38
Black with #FCFE38
Text Example
Text Example
White with #FCFE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE38; }
p { color: rgb(252,254,56); }
H1.HeaderClassName
{
color: #FCFE38;
}
.AnyTagClassName
{
color: #FCFE38;
}
</style>
background-color css
<style>
a { background-color: #FCFE38; }
a { background-color: rgb(252,254,56); }
div.DivClassName
{
background-color: #FCFE38;
}
.BgClassName
{
background-color: #FCFE38;
}
</style>
border-color css
<style>
span { border-color: #FCFE38; }
span { border-color: rgb(252,254,56); }
td.TdClassName
{
border-color: #FCFE38;
}
.TagClassName
{
border-color: #FCFE38;
}
</style>