Shades of Gorse #FCF033
Tints of Gorse #FCF033
RGB
CMYK
RGB Variations
Color information
#FCF033 (or 0xFCF033) is known color: Gorse. HEX triplet: FC, F0 and 33. RGB value is (252,240,51). Sum of RGB (Red+Green+Blue) = 252+240+51=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 51 (20.31% from 255 or 9.39% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF033 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF033 is #030FCC. Grayscale: #DEDEDE. Windows color (decimal): -200653 or 3404028. OLE color: 3404028.
HSL color Cylindrical-coordinate representation of color #FCF033: hue angle of 56.42º 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 #FCF033 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 51 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.01 |
| HSL | 56.42º | 0.97% | 0.59% | - |
| HSV(B) | 56.42º | 0.8% | 0.99% | - |
| XYZ | 71.9 | 83.25 | 15.41 | - |
| YUV | 222.04 | 31.48 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 51 | 0 | 0.05 | 0.80 | 0.01 | 56.42 | 0.97 | 0.59 |
| Hex | FC | F0 | 33 | 0 | 5 | 50 | 1 | 38 | 61 | 3B |
| Octal | 374 | 360 | 63 | 0 | 5 | 120 | 1 | 70 | 141 | 73 |
| Binary | 11111100 | 11110000 | 110011 | 0 | 101 | 1010000 | 1 | 111000 | 1100001 | 111011 |
Color Harmonies of #FCF033
Complementary color
Monochromatic Colors of #FCF033
Black with #FCF033
Text Example
Text Example
White with #FCF033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF033; }
p { color: rgb(252,240,51); }
H1.HeaderClassName
{
color: #FCF033;
}
.AnyTagClassName
{
color: #FCF033;
}
</style>
background-color css
<style>
a { background-color: #FCF033; }
a { background-color: rgb(252,240,51); }
div.DivClassName
{
background-color: #FCF033;
}
.BgClassName
{
background-color: #FCF033;
}
</style>
border-color css
<style>
span { border-color: #FCF033; }
span { border-color: rgb(252,240,51); }
td.TdClassName
{
border-color: #FCF033;
}
.TagClassName
{
border-color: #FCF033;
}
</style>