Shades of Gorse #FCF82D
Tints of Gorse #FCF82D
RGB
CMYK
RGB Variations
Color information
#FCF82D (or 0xFCF82D) is known color: Gorse. HEX triplet: FC, F8 and 2D. RGB value is (252,248,45). Sum of RGB (Red+Green+Blue) = 252+248+45=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 248 (97.27% from 255 or 45.50% from 545); Blue value is 45 (17.97% from 255 or 8.26% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF82D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF82D is #0307D2. Grayscale: #E2E2E2. Windows color (decimal): -198611 or 3012860. OLE color: 3012860.
HSL color Cylindrical-coordinate representation of color #FCF82D: hue angle of 58.84º 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 #FCF82D is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 248 | 45 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.01 |
| HSL | 58.84º | 0.97% | 0.58% | - |
| HSV(B) | 58.84º | 0.82% | 0.99% | - |
| XYZ | 74.19 | 88.02 | 15.56 | - |
| YUV | 226.05 | 25.83 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 248 | 45 | 0 | 0.02 | 0.82 | 0.01 | 58.84 | 0.97 | 0.58 |
| Hex | FC | F8 | 2D | 0 | 2 | 52 | 1 | 3B | 61 | 3A |
| Octal | 374 | 370 | 55 | 0 | 2 | 122 | 1 | 73 | 141 | 72 |
| Binary | 11111100 | 11111000 | 101101 | 0 | 10 | 1010010 | 1 | 111011 | 1100001 | 111010 |
Color Harmonies of #FCF82D
Complementary color
Monochromatic Colors of #FCF82D
Black with #FCF82D
Text Example
Text Example
White with #FCF82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF82D; }
p { color: rgb(252,248,45); }
H1.HeaderClassName
{
color: #FCF82D;
}
.AnyTagClassName
{
color: #FCF82D;
}
</style>
background-color css
<style>
a { background-color: #FCF82D; }
a { background-color: rgb(252,248,45); }
div.DivClassName
{
background-color: #FCF82D;
}
.BgClassName
{
background-color: #FCF82D;
}
</style>
border-color css
<style>
span { border-color: #FCF82D; }
span { border-color: rgb(252,248,45); }
td.TdClassName
{
border-color: #FCF82D;
}
.TagClassName
{
border-color: #FCF82D;
}
</style>