Shades of Gorse #FCF238
Tints of Gorse #FCF238
RGB
CMYK
RGB Variations
Color information
#FCF238 (or 0xFCF238) is known color: Gorse. HEX triplet: FC, F2 and 38. RGB value is (252,242,56). Sum of RGB (Red+Green+Blue) = 252+242+56=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 56 (22.27% from 255 or 10.18% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF238 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF238 is #030DC7. Grayscale: #E0E0E0. Windows color (decimal): -200136 or 3732220. OLE color: 3732220.
HSL color Cylindrical-coordinate representation of color #FCF238: hue angle of 56.94º 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 #FCF238 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 56 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.01 |
| HSL | 56.94º | 0.97% | 0.6% | - |
| HSV(B) | 56.94º | 0.78% | 0.99% | - |
| XYZ | 72.61 | 84.49 | 16.22 | - |
| YUV | 223.79 | 33.31 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 56 | 0 | 0.04 | 0.78 | 0.01 | 56.94 | 0.97 | 0.6 |
| Hex | FC | F2 | 38 | 0 | 4 | 4E | 1 | 39 | 61 | 3C |
| Octal | 374 | 362 | 70 | 0 | 4 | 116 | 1 | 71 | 141 | 74 |
| Binary | 11111100 | 11110010 | 111000 | 0 | 100 | 1001110 | 1 | 111001 | 1100001 | 111100 |
Color Harmonies of #FCF238
Complementary color
Monochromatic Colors of #FCF238
Black with #FCF238
Text Example
Text Example
White with #FCF238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF238; }
p { color: rgb(252,242,56); }
H1.HeaderClassName
{
color: #FCF238;
}
.AnyTagClassName
{
color: #FCF238;
}
</style>
background-color css
<style>
a { background-color: #FCF238; }
a { background-color: rgb(252,242,56); }
div.DivClassName
{
background-color: #FCF238;
}
.BgClassName
{
background-color: #FCF238;
}
</style>
border-color css
<style>
span { border-color: #FCF238; }
span { border-color: rgb(252,242,56); }
td.TdClassName
{
border-color: #FCF238;
}
.TagClassName
{
border-color: #FCF238;
}
</style>