Shades of Gorse #FFF43B
Tints of Gorse #FFF43B
RGB
CMYK
RGB Variations
Color information
#FFF43B (or 0xFFF43B) is known color: Gorse. HEX triplet: FF, F4 and 3B. RGB value is (255,244,59). Sum of RGB (Red+Green+Blue) = 255+244+59=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 244 (95.70% from 255 or 43.73% from 558); Blue value is 59 (23.44% from 255 or 10.57% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF43B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF43B is #000BC4. Grayscale: #E2E2E2. Windows color (decimal): -3013 or 3929343. OLE color: 3929343.
HSL color Cylindrical-coordinate representation of color #FFF43B: hue angle of 56.63º 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 #FFF43B is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 59 | - |
| CMYK | 0 | 0.04 | 0.77 | 0 |
| HSL | 56.63º | 1% | 0.62% | - |
| HSV(B) | 56.63º | 0.77% | 1% | - |
| XYZ | 74.38 | 86.28 | 16.87 | - |
| YUV | 226.2 | 33.64 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 59 | 0 | 0.04 | 0.77 | 0 | 56.63 | 1 | 0.62 |
| Hex | FF | F4 | 3B | 0 | 4 | 4D | 0 | 39 | 64 | 3E |
| Octal | 377 | 364 | 73 | 0 | 4 | 115 | 0 | 71 | 144 | 76 |
| Binary | 11111111 | 11110100 | 111011 | 0 | 100 | 1001101 | 0 | 111001 | 1100100 | 111110 |
Color Harmonies of #FFF43B
Complementary color
Monochromatic Colors of #FFF43B
Black with #FFF43B
Text Example
Text Example
White with #FFF43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF43B; }
p { color: rgb(255,244,59); }
H1.HeaderClassName
{
color: #FFF43B;
}
.AnyTagClassName
{
color: #FFF43B;
}
</style>
background-color css
<style>
a { background-color: #FFF43B; }
a { background-color: rgb(255,244,59); }
div.DivClassName
{
background-color: #FFF43B;
}
.BgClassName
{
background-color: #FFF43B;
}
</style>
border-color css
<style>
span { border-color: #FFF43B; }
span { border-color: rgb(255,244,59); }
td.TdClassName
{
border-color: #FFF43B;
}
.TagClassName
{
border-color: #FFF43B;
}
</style>