Shades of Gorse #FFF229
Tints of Gorse #FFF229
RGB
CMYK
RGB Variations
Color information
#FFF229 (or 0xFFF229) is known color: Gorse. HEX triplet: FF, F2 and 29. RGB value is (255,242,41). Sum of RGB (Red+Green+Blue) = 255+242+41=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 41 (16.41% from 255 or 7.62% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF229 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF229 is #000DD6. Grayscale: #DFDFDF. Windows color (decimal): -3543 or 2749183. OLE color: 2749183.
HSL color Cylindrical-coordinate representation of color #FFF229: hue angle of 56.36º 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 #FFF229 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 41 | - |
| CMYK | 0 | 0.05 | 0.84 | 0 |
| HSL | 56.36º | 1% | 0.58% | - |
| HSV(B) | 56.36º | 0.84% | 1% | - |
| XYZ | 73.39 | 84.92 | 14.62 | - |
| YUV | 222.97 | 25.31 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 41 | 0 | 0.05 | 0.84 | 0 | 56.36 | 1 | 0.58 |
| Hex | FF | F2 | 29 | 0 | 5 | 54 | 0 | 38 | 64 | 3A |
| Octal | 377 | 362 | 51 | 0 | 5 | 124 | 0 | 70 | 144 | 72 |
| Binary | 11111111 | 11110010 | 101001 | 0 | 101 | 1010100 | 0 | 111000 | 1100100 | 111010 |
Color Harmonies of #FFF229
Complementary color
Monochromatic Colors of #FFF229
Black with #FFF229
Text Example
Text Example
White with #FFF229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF229; }
p { color: rgb(255,242,41); }
H1.HeaderClassName
{
color: #FFF229;
}
.AnyTagClassName
{
color: #FFF229;
}
</style>
background-color css
<style>
a { background-color: #FFF229; }
a { background-color: rgb(255,242,41); }
div.DivClassName
{
background-color: #FFF229;
}
.BgClassName
{
background-color: #FFF229;
}
</style>
border-color css
<style>
span { border-color: #FFF229; }
span { border-color: rgb(255,242,41); }
td.TdClassName
{
border-color: #FFF229;
}
.TagClassName
{
border-color: #FFF229;
}
</style>