Shades of Gorse #FFF429
Tints of Gorse #FFF429
RGB
CMYK
RGB Variations
Color information
#FFF429 (or 0xFFF429) is known color: Gorse. HEX triplet: FF, F4 and 29. RGB value is (255,244,41). Sum of RGB (Red+Green+Blue) = 255+244+41=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 244 (95.70% from 255 or 45.19% from 540); Blue value is 41 (16.41% from 255 or 7.59% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF429 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF429 is #000BD6. Grayscale: #E0E0E0. Windows color (decimal): -3031 or 2749695. OLE color: 2749695.
HSL color Cylindrical-coordinate representation of color #FFF429: hue angle of 56.92º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFF429 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 41 | - |
| CMYK | 0 | 0.04 | 0.84 | 0 |
| HSL | 56.92º | 1% | 0.58% | - |
| HSV(B) | 56.92º | 0.84% | 1% | - |
| XYZ | 73.99 | 86.12 | 14.82 | - |
| YUV | 224.15 | 24.64 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 41 | 0 | 0.04 | 0.84 | 0 | 56.92 | 1 | 0.58 |
| Hex | FF | F4 | 29 | 0 | 4 | 54 | 0 | 39 | 64 | 3A |
| Octal | 377 | 364 | 51 | 0 | 4 | 124 | 0 | 71 | 144 | 72 |
| Binary | 11111111 | 11110100 | 101001 | 0 | 100 | 1010100 | 0 | 111001 | 1100100 | 111010 |
Color Harmonies of #FFF429
Complementary color
Monochromatic Colors of #FFF429
Black with #FFF429
Text Example
Text Example
White with #FFF429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF429; }
p { color: rgb(255,244,41); }
H1.HeaderClassName
{
color: #FFF429;
}
.AnyTagClassName
{
color: #FFF429;
}
</style>
background-color css
<style>
a { background-color: #FFF429; }
a { background-color: rgb(255,244,41); }
div.DivClassName
{
background-color: #FFF429;
}
.BgClassName
{
background-color: #FFF429;
}
</style>
border-color css
<style>
span { border-color: #FFF429; }
span { border-color: rgb(255,244,41); }
td.TdClassName
{
border-color: #FFF429;
}
.TagClassName
{
border-color: #FFF429;
}
</style>