Shades of Gorse #FFF43D
Tints of Gorse #FFF43D
RGB
CMYK
RGB Variations
Color information
#FFF43D (or 0xFFF43D) is known color: Gorse. HEX triplet: FF, F4 and 3D. RGB value is (255,244,61). Sum of RGB (Red+Green+Blue) = 255+244+61=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 244 (95.70% from 255 or 43.57% from 560); Blue value is 61 (24.22% from 255 or 10.89% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF43D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF43D is #000BC2. Grayscale: #E3E3E3. Windows color (decimal): -3011 or 4060415. OLE color: 4060415.
HSL color Cylindrical-coordinate representation of color #FFF43D: hue angle of 56.6º 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 #FFF43D is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 61 | - |
| CMYK | 0 | 0.04 | 0.76 | 0 |
| HSL | 56.6º | 1% | 0.62% | - |
| HSV(B) | 56.6º | 0.76% | 1% | - |
| XYZ | 74.43 | 86.3 | 17.15 | - |
| YUV | 226.43 | 34.64 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 61 | 0 | 0.04 | 0.76 | 0 | 56.6 | 1 | 0.62 |
| Hex | FF | F4 | 3D | 0 | 4 | 4C | 0 | 39 | 64 | 3E |
| Octal | 377 | 364 | 75 | 0 | 4 | 114 | 0 | 71 | 144 | 76 |
| Binary | 11111111 | 11110100 | 111101 | 0 | 100 | 1001100 | 0 | 111001 | 1100100 | 111110 |
Color Harmonies of #FFF43D
Complementary color
Monochromatic Colors of #FFF43D
Black with #FFF43D
Text Example
Text Example
White with #FFF43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF43D; }
p { color: rgb(255,244,61); }
H1.HeaderClassName
{
color: #FFF43D;
}
.AnyTagClassName
{
color: #FFF43D;
}
</style>
background-color css
<style>
a { background-color: #FFF43D; }
a { background-color: rgb(255,244,61); }
div.DivClassName
{
background-color: #FFF43D;
}
.BgClassName
{
background-color: #FFF43D;
}
</style>
border-color css
<style>
span { border-color: #FFF43D; }
span { border-color: rgb(255,244,61); }
td.TdClassName
{
border-color: #FFF43D;
}
.TagClassName
{
border-color: #FFF43D;
}
</style>