Shades of Gorse #FCF92D
Tints of Gorse #FCF92D
RGB
CMYK
RGB Variations
Color information
#FCF92D (or 0xFCF92D) is known color: Gorse. HEX triplet: FC, F9 and 2D. RGB value is (252,249,45). Sum of RGB (Red+Green+Blue) = 252+249+45=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 249 (97.66% from 255 or 45.60% from 546); Blue value is 45 (17.97% from 255 or 8.24% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF92D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF92D is #0306D2. Grayscale: #E3E3E3. Windows color (decimal): -198355 or 3013116. OLE color: 3013116.
HSL color Cylindrical-coordinate representation of color #FCF92D: hue angle of 59.13º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCF92D is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 45 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.01 |
| HSL | 59.13º | 0.97% | 0.58% | - |
| HSV(B) | 59.13º | 0.82% | 0.99% | - |
| XYZ | 74.49 | 88.64 | 15.66 | - |
| YUV | 226.64 | 25.49 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 45 | 0 | 0.01 | 0.82 | 0.01 | 59.13 | 0.97 | 0.58 |
| Hex | FC | F9 | 2D | 0 | 1 | 52 | 1 | 3B | 61 | 3A |
| Octal | 374 | 371 | 55 | 0 | 1 | 122 | 1 | 73 | 141 | 72 |
| Binary | 11111100 | 11111001 | 101101 | 0 | 1 | 1010010 | 1 | 111011 | 1100001 | 111010 |
Color Harmonies of #FCF92D
Complementary color
Monochromatic Colors of #FCF92D
Black with #FCF92D
Text Example
Text Example
White with #FCF92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF92D; }
p { color: rgb(252,249,45); }
H1.HeaderClassName
{
color: #FCF92D;
}
.AnyTagClassName
{
color: #FCF92D;
}
</style>
background-color css
<style>
a { background-color: #FCF92D; }
a { background-color: rgb(252,249,45); }
div.DivClassName
{
background-color: #FCF92D;
}
.BgClassName
{
background-color: #FCF92D;
}
</style>
border-color css
<style>
span { border-color: #FCF92D; }
span { border-color: rgb(252,249,45); }
td.TdClassName
{
border-color: #FCF92D;
}
.TagClassName
{
border-color: #FCF92D;
}
</style>