Shades of Gorse #FCF933
Tints of Gorse #FCF933
RGB
CMYK
RGB Variations
Color information
#FCF933 (or 0xFCF933) is known color: Gorse. HEX triplet: FC, F9 and 33. RGB value is (252,249,51). Sum of RGB (Red+Green+Blue) = 252+249+51=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 249 (97.66% from 255 or 45.11% from 552); Blue value is 51 (20.31% from 255 or 9.24% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF933 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF933 is #0306CC. Grayscale: #E4E4E4. Windows color (decimal): -198349 or 3406332. OLE color: 3406332.
HSL color Cylindrical-coordinate representation of color #FCF933: hue angle of 59.1º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCF933 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 51 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.01 |
| HSL | 59.1º | 0.97% | 0.59% | - |
| HSV(B) | 59.1º | 0.8% | 0.99% | - |
| XYZ | 74.62 | 88.69 | 16.32 | - |
| YUV | 227.33 | 28.49 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 51 | 0 | 0.01 | 0.80 | 0.01 | 59.1 | 0.97 | 0.59 |
| Hex | FC | F9 | 33 | 0 | 1 | 50 | 1 | 3B | 61 | 3B |
| Octal | 374 | 371 | 63 | 0 | 1 | 120 | 1 | 73 | 141 | 73 |
| Binary | 11111100 | 11111001 | 110011 | 0 | 1 | 1010000 | 1 | 111011 | 1100001 | 111011 |
Color Harmonies of #FCF933
Complementary color
Monochromatic Colors of #FCF933
Black with #FCF933
Text Example
Text Example
White with #FCF933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF933; }
p { color: rgb(252,249,51); }
H1.HeaderClassName
{
color: #FCF933;
}
.AnyTagClassName
{
color: #FCF933;
}
</style>
background-color css
<style>
a { background-color: #FCF933; }
a { background-color: rgb(252,249,51); }
div.DivClassName
{
background-color: #FCF933;
}
.BgClassName
{
background-color: #FCF933;
}
</style>
border-color css
<style>
span { border-color: #FCF933; }
span { border-color: rgb(252,249,51); }
td.TdClassName
{
border-color: #FCF933;
}
.TagClassName
{
border-color: #FCF933;
}
</style>