Shades of Gorse #FFFC3B
Tints of Gorse #FFFC3B
RGB
CMYK
RGB Variations
Color information
#FFFC3B (or 0xFFFC3B) is known color: Gorse. HEX triplet: FF, FC and 3B. RGB value is (255,252,59). Sum of RGB (Red+Green+Blue) = 255+252+59=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 59 (23.44% from 255 or 10.42% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC3B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFC3B is #0003C4. Grayscale: #E7E7E7. Windows color (decimal): -965 or 3931391. OLE color: 3931391.
HSL color Cylindrical-coordinate representation of color #FFFC3B: hue angle of 59.08º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFFC3B is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 59 | - |
| CMYK | 0 | 0.01 | 0.77 | 0 |
| HSL | 59.08º | 1% | 0.62% | - |
| HSV(B) | 59.08º | 0.77% | 1% | - |
| XYZ | 76.84 | 91.2 | 17.69 | - |
| YUV | 230.9 | 30.99 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 59 | 0 | 0.01 | 0.77 | 0 | 59.08 | 1 | 0.62 |
| Hex | FF | FC | 3B | 0 | 1 | 4D | 0 | 3B | 64 | 3E |
| Octal | 377 | 374 | 73 | 0 | 1 | 115 | 0 | 73 | 144 | 76 |
| Binary | 11111111 | 11111100 | 111011 | 0 | 1 | 1001101 | 0 | 111011 | 1100100 | 111110 |
Color Harmonies of #FFFC3B
Complementary color
Monochromatic Colors of #FFFC3B
Black with #FFFC3B
Text Example
Text Example
White with #FFFC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC3B; }
p { color: rgb(255,252,59); }
H1.HeaderClassName
{
color: #FFFC3B;
}
.AnyTagClassName
{
color: #FFFC3B;
}
</style>
background-color css
<style>
a { background-color: #FFFC3B; }
a { background-color: rgb(255,252,59); }
div.DivClassName
{
background-color: #FFFC3B;
}
.BgClassName
{
background-color: #FFFC3B;
}
</style>
border-color css
<style>
span { border-color: #FFFC3B; }
span { border-color: rgb(255,252,59); }
td.TdClassName
{
border-color: #FFFC3B;
}
.TagClassName
{
border-color: #FFFC3B;
}
</style>