Shades of Gorse #FCFE2F
Tints of Gorse #FCFE2F
RGB
CMYK
RGB Variations
Color information
#FCFE2F (or 0xFCFE2F) is known color: Gorse. HEX triplet: FC, FE and 2F. RGB value is (252,254,47). Sum of RGB (Red+Green+Blue) = 252+254+47=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 47 (18.75% from 255 or 8.50% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFE2F is #0301D0. Grayscale: #E6E6E6. Windows color (decimal): -197073 or 3145468. OLE color: 3145468.
HSL color Cylindrical-coordinate representation of color #FCFE2F: hue angle of 60.58º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCFE2F is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 47 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.00 |
| HSL | 60.58º | 0.99% | 0.59% | - |
| HSV(B) | 60.58º | 0.81% | 1% | - |
| XYZ | 76.1 | 91.78 | 16.39 | - |
| YUV | 229.8 | 24.84 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 47 | 0.01 | 0 | 0.81 | 0.00 | 60.58 | 0.99 | 0.59 |
| Hex | FC | FE | 2F | 1 | 0 | 51 | 0 | 3D | 63 | 3B |
| Octal | 374 | 376 | 57 | 1 | 0 | 121 | 0 | 75 | 143 | 73 |
| Binary | 11111100 | 11111110 | 101111 | 1 | 0 | 1010001 | 0 | 111101 | 1100011 | 111011 |
Color Harmonies of #FCFE2F
Complementary color
Monochromatic Colors of #FCFE2F
Black with #FCFE2F
Text Example
Text Example
White with #FCFE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE2F; }
p { color: rgb(252,254,47); }
H1.HeaderClassName
{
color: #FCFE2F;
}
.AnyTagClassName
{
color: #FCFE2F;
}
</style>
background-color css
<style>
a { background-color: #FCFE2F; }
a { background-color: rgb(252,254,47); }
div.DivClassName
{
background-color: #FCFE2F;
}
.BgClassName
{
background-color: #FCFE2F;
}
</style>
border-color css
<style>
span { border-color: #FCFE2F; }
span { border-color: rgb(252,254,47); }
td.TdClassName
{
border-color: #FCFE2F;
}
.TagClassName
{
border-color: #FCFE2F;
}
</style>