Shades of Gorse #FFF43C
Tints of Gorse #FFF43C
RGB
CMYK
RGB Variations
Color information
#FFF43C (or 0xFFF43C) is known color: Gorse. HEX triplet: FF, F4 and 3C. RGB value is (255,244,60). Sum of RGB (Red+Green+Blue) = 255+244+60=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 244 (95.70% from 255 or 43.65% from 559); Blue value is 60 (23.83% from 255 or 10.73% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF43C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF43C is #000BC3. Grayscale: #E3E3E3. Windows color (decimal): -3012 or 3994879. OLE color: 3994879.
HSL color Cylindrical-coordinate representation of color #FFF43C: hue angle of 56.62º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFF43C is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 60 | - |
| CMYK | 0 | 0.04 | 0.76 | 0 |
| HSL | 56.62º | 1% | 0.62% | - |
| HSV(B) | 56.62º | 0.76% | 1% | - |
| XYZ | 74.41 | 86.29 | 17.01 | - |
| YUV | 226.31 | 34.14 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 60 | 0 | 0.04 | 0.76 | 0 | 56.62 | 1 | 0.62 |
| Hex | FF | F4 | 3C | 0 | 4 | 4C | 0 | 39 | 64 | 3E |
| Octal | 377 | 364 | 74 | 0 | 4 | 114 | 0 | 71 | 144 | 76 |
| Binary | 11111111 | 11110100 | 111100 | 0 | 100 | 1001100 | 0 | 111001 | 1100100 | 111110 |
Color Harmonies of #FFF43C
Complementary color
Monochromatic Colors of #FFF43C
Black with #FFF43C
Text Example
Text Example
White with #FFF43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF43C; }
p { color: rgb(255,244,60); }
H1.HeaderClassName
{
color: #FFF43C;
}
.AnyTagClassName
{
color: #FFF43C;
}
</style>
background-color css
<style>
a { background-color: #FFF43C; }
a { background-color: rgb(255,244,60); }
div.DivClassName
{
background-color: #FFF43C;
}
.BgClassName
{
background-color: #FFF43C;
}
</style>
border-color css
<style>
span { border-color: #FFF43C; }
span { border-color: rgb(255,244,60); }
td.TdClassName
{
border-color: #FFF43C;
}
.TagClassName
{
border-color: #FFF43C;
}
</style>