Shades of Gorse #FCF23B
Tints of Gorse #FCF23B
RGB
CMYK
RGB Variations
Color information
#FCF23B (or 0xFCF23B) is known color: Gorse. HEX triplet: FC, F2 and 3B. RGB value is (252,242,59). Sum of RGB (Red+Green+Blue) = 252+242+59=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 59 (23.44% from 255 or 10.67% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF23B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF23B is #030DC4. Grayscale: #E0E0E0. Windows color (decimal): -200133 or 3928828. OLE color: 3928828.
HSL color Cylindrical-coordinate representation of color #FCF23B: hue angle of 56.89º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FCF23B is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 59 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.01 |
| HSL | 56.89º | 0.97% | 0.61% | - |
| HSV(B) | 56.89º | 0.77% | 0.99% | - |
| XYZ | 72.69 | 84.52 | 16.62 | - |
| YUV | 224.13 | 34.81 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 59 | 0 | 0.04 | 0.77 | 0.01 | 56.89 | 0.97 | 0.61 |
| Hex | FC | F2 | 3B | 0 | 4 | 4D | 1 | 39 | 61 | 3D |
| Octal | 374 | 362 | 73 | 0 | 4 | 115 | 1 | 71 | 141 | 75 |
| Binary | 11111100 | 11110010 | 111011 | 0 | 100 | 1001101 | 1 | 111001 | 1100001 | 111101 |
Color Harmonies of #FCF23B
Complementary color
Monochromatic Colors of #FCF23B
Black with #FCF23B
Text Example
Text Example
White with #FCF23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF23B; }
p { color: rgb(252,242,59); }
H1.HeaderClassName
{
color: #FCF23B;
}
.AnyTagClassName
{
color: #FCF23B;
}
</style>
background-color css
<style>
a { background-color: #FCF23B; }
a { background-color: rgb(252,242,59); }
div.DivClassName
{
background-color: #FCF23B;
}
.BgClassName
{
background-color: #FCF23B;
}
</style>
border-color css
<style>
span { border-color: #FCF23B; }
span { border-color: rgb(252,242,59); }
td.TdClassName
{
border-color: #FCF23B;
}
.TagClassName
{
border-color: #FCF23B;
}
</style>