Shades of Gorse #FCF833
Tints of Gorse #FCF833
RGB
CMYK
RGB Variations
Color information
#FCF833 (or 0xFCF833) is known color: Gorse. HEX triplet: FC, F8 and 33. RGB value is (252,248,51). Sum of RGB (Red+Green+Blue) = 252+248+51=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 248 (97.27% from 255 or 45.01% from 551); Blue value is 51 (20.31% from 255 or 9.26% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF833 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF833 is #0307CC. Grayscale: #E3E3E3. Windows color (decimal): -198605 or 3406076. OLE color: 3406076.
HSL color Cylindrical-coordinate representation of color #FCF833: hue angle of 58.81º 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 #FCF833 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 248 | 51 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.01 |
| HSL | 58.81º | 0.97% | 0.59% | - |
| HSV(B) | 58.81º | 0.8% | 0.99% | - |
| XYZ | 74.31 | 88.07 | 16.21 | - |
| YUV | 226.74 | 28.83 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 248 | 51 | 0 | 0.02 | 0.80 | 0.01 | 58.81 | 0.97 | 0.59 |
| Hex | FC | F8 | 33 | 0 | 2 | 50 | 1 | 3B | 61 | 3B |
| Octal | 374 | 370 | 63 | 0 | 2 | 120 | 1 | 73 | 141 | 73 |
| Binary | 11111100 | 11111000 | 110011 | 0 | 10 | 1010000 | 1 | 111011 | 1100001 | 111011 |
Color Harmonies of #FCF833
Complementary color
Monochromatic Colors of #FCF833
Black with #FCF833
Text Example
Text Example
White with #FCF833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF833; }
p { color: rgb(252,248,51); }
H1.HeaderClassName
{
color: #FCF833;
}
.AnyTagClassName
{
color: #FCF833;
}
</style>
background-color css
<style>
a { background-color: #FCF833; }
a { background-color: rgb(252,248,51); }
div.DivClassName
{
background-color: #FCF833;
}
.BgClassName
{
background-color: #FCF833;
}
</style>
border-color css
<style>
span { border-color: #FCF833; }
span { border-color: rgb(252,248,51); }
td.TdClassName
{
border-color: #FCF833;
}
.TagClassName
{
border-color: #FCF833;
}
</style>