Shades of Gorse #FCFF2A
Tints of Gorse #FCFF2A
RGB
CMYK
RGB Variations
Color information
#FCFF2A (or 0xFCFF2A) is known color: Gorse. HEX triplet: FC, FF and 2A. RGB value is (252,255,42). Sum of RGB (Red+Green+Blue) = 252+255+42=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 42 (16.80% from 255 or 7.65% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFF2A is #0300D5. Grayscale: #E6E6E6. Windows color (decimal): -196822 or 2818044. OLE color: 2818044.
HSL color Cylindrical-coordinate representation of color #FCFF2A: hue angle of 60.85º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FCFF2A is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 42 | - |
| CMYK | 0.01 | 0 | 0.84 | 0 |
| HSL | 60.85º | 1% | 0.58% | - |
| HSV(B) | 60.85º | 0.84% | 1% | - |
| XYZ | 76.32 | 92.38 | 16 | - |
| YUV | 229.82 | 22.01 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 42 | 0.01 | 0 | 0.84 | 0 | 60.85 | 1 | 0.58 |
| Hex | FC | FF | 2A | 1 | 0 | 54 | 0 | 3D | 64 | 3A |
| Octal | 374 | 377 | 52 | 1 | 0 | 124 | 0 | 75 | 144 | 72 |
| Binary | 11111100 | 11111111 | 101010 | 1 | 0 | 1010100 | 0 | 111101 | 1100100 | 111010 |
Color Harmonies of #FCFF2A
Complementary color
Monochromatic Colors of #FCFF2A
Black with #FCFF2A
Text Example
Text Example
White with #FCFF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF2A; }
p { color: rgb(252,255,42); }
H1.HeaderClassName
{
color: #FCFF2A;
}
.AnyTagClassName
{
color: #FCFF2A;
}
</style>
background-color css
<style>
a { background-color: #FCFF2A; }
a { background-color: rgb(252,255,42); }
div.DivClassName
{
background-color: #FCFF2A;
}
.BgClassName
{
background-color: #FCFF2A;
}
</style>
border-color css
<style>
span { border-color: #FCFF2A; }
span { border-color: rgb(252,255,42); }
td.TdClassName
{
border-color: #FCFF2A;
}
.TagClassName
{
border-color: #FCFF2A;
}
</style>