Shades of Gorse #FCFE2B
Tints of Gorse #FCFE2B
RGB
CMYK
RGB Variations
Color information
#FCFE2B (or 0xFCFE2B) is known color: Gorse. HEX triplet: FC, FE and 2B. RGB value is (252,254,43). Sum of RGB (Red+Green+Blue) = 252+254+43=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 43 (17.19% from 255 or 7.83% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFE2B is #0301D4. Grayscale: #E6E6E6. Windows color (decimal): -197077 or 2883324. OLE color: 2883324.
HSL color Cylindrical-coordinate representation of color #FCFE2B: hue angle of 60.57º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCFE2B is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
RGB | 252 | 254 | 43 | - |
CMYK | 0.01 | 0 | 0.83 | 0.00 |
HSL | 60.57º | 0.99% | 0.58% | - |
HSV(B) | 60.57º | 0.83% | 1% | - |
XYZ | 76.02 | 91.75 | 15.99 | - |
YUV | 229.35 | 22.84 | 144.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 254 | 43 | 0.01 | 0 | 0.83 | 0.00 | 60.57 | 0.99 | 0.58 |
Hex | FC | FE | 2B | 1 | 0 | 53 | 0 | 3D | 63 | 3A |
Octal | 374 | 376 | 53 | 1 | 0 | 123 | 0 | 75 | 143 | 72 |
Binary | 11111100 | 11111110 | 101011 | 1 | 0 | 1010011 | 0 | 111101 | 1100011 | 111010 |
Color Harmonies of #FCFE2B
Complementary color
Monochromatic Colors of #FCFE2B
Black with #FCFE2B
Text Example
Text Example
White with #FCFE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE2B; }
p { color: rgb(252,254,43); }
H1.HeaderClassName
{
color: #FCFE2B;
}
.AnyTagClassName
{
color: #FCFE2B;
}
</style>
background-color css
<style>
a { background-color: #FCFE2B; }
a { background-color: rgb(252,254,43); }
div.DivClassName
{
background-color: #FCFE2B;
}
.BgClassName
{
background-color: #FCFE2B;
}
</style>
border-color css
<style>
span { border-color: #FCFE2B; }
span { border-color: rgb(252,254,43); }
td.TdClassName
{
border-color: #FCFE2B;
}
.TagClassName
{
border-color: #FCFE2B;
}
</style>