Shades of Gorse #FCF938
Tints of Gorse #FCF938
RGB
CMYK
RGB Variations
Color information
#FCF938 (or 0xFCF938) is known color: Gorse. HEX triplet: FC, F9 and 38. RGB value is (252,249,56). Sum of RGB (Red+Green+Blue) = 252+249+56=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 249 (97.66% from 255 or 44.70% from 557); Blue value is 56 (22.27% from 255 or 10.05% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF938 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF938 is #0306C7. Grayscale: #E4E4E4. Windows color (decimal): -198344 or 3734012. OLE color: 3734012.
HSL color Cylindrical-coordinate representation of color #FCF938: hue angle of 59.08º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FCF938 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 56 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.01 |
| HSL | 59.08º | 0.97% | 0.6% | - |
| HSV(B) | 59.08º | 0.78% | 0.99% | - |
| XYZ | 74.73 | 88.73 | 16.93 | - |
| YUV | 227.9 | 30.99 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 56 | 0 | 0.01 | 0.78 | 0.01 | 59.08 | 0.97 | 0.6 |
| Hex | FC | F9 | 38 | 0 | 1 | 4E | 1 | 3B | 61 | 3C |
| Octal | 374 | 371 | 70 | 0 | 1 | 116 | 1 | 73 | 141 | 74 |
| Binary | 11111100 | 11111001 | 111000 | 0 | 1 | 1001110 | 1 | 111011 | 1100001 | 111100 |
Color Harmonies of #FCF938
Complementary color
Monochromatic Colors of #FCF938
Black with #FCF938
Text Example
Text Example
White with #FCF938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF938; }
p { color: rgb(252,249,56); }
H1.HeaderClassName
{
color: #FCF938;
}
.AnyTagClassName
{
color: #FCF938;
}
</style>
background-color css
<style>
a { background-color: #FCF938; }
a { background-color: rgb(252,249,56); }
div.DivClassName
{
background-color: #FCF938;
}
.BgClassName
{
background-color: #FCF938;
}
</style>
border-color css
<style>
span { border-color: #FCF938; }
span { border-color: rgb(252,249,56); }
td.TdClassName
{
border-color: #FCF938;
}
.TagClassName
{
border-color: #FCF938;
}
</style>