Shades of Gorse #FFF228
Tints of Gorse #FFF228
RGB
CMYK
RGB Variations
Color information
#FFF228 (or 0xFFF228) is known color: Gorse. HEX triplet: FF, F2 and 28. RGB value is (255,242,40). Sum of RGB (Red+Green+Blue) = 255+242+40=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 40 (16.02% from 255 or 7.45% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF228 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF228 is #000DD7. Grayscale: #DFDFDF. Windows color (decimal): -3544 or 2683647. OLE color: 2683647.
HSL color Cylindrical-coordinate representation of color #FFF228: hue angle of 56.37º 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 #FFF228 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 40 | - |
| CMYK | 0 | 0.05 | 0.84 | 0 |
| HSL | 56.37º | 1% | 0.58% | - |
| HSV(B) | 56.37º | 0.84% | 1% | - |
| XYZ | 73.38 | 84.92 | 14.53 | - |
| YUV | 222.86 | 24.81 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 40 | 0 | 0.05 | 0.84 | 0 | 56.37 | 1 | 0.58 |
| Hex | FF | F2 | 28 | 0 | 5 | 54 | 0 | 38 | 64 | 3A |
| Octal | 377 | 362 | 50 | 0 | 5 | 124 | 0 | 70 | 144 | 72 |
| Binary | 11111111 | 11110010 | 101000 | 0 | 101 | 1010100 | 0 | 111000 | 1100100 | 111010 |
Color Harmonies of #FFF228
Complementary color
Monochromatic Colors of #FFF228
Black with #FFF228
Text Example
Text Example
White with #FFF228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF228; }
p { color: rgb(255,242,40); }
H1.HeaderClassName
{
color: #FFF228;
}
.AnyTagClassName
{
color: #FFF228;
}
</style>
background-color css
<style>
a { background-color: #FFF228; }
a { background-color: rgb(255,242,40); }
div.DivClassName
{
background-color: #FFF228;
}
.BgClassName
{
background-color: #FFF228;
}
</style>
border-color css
<style>
span { border-color: #FFF228; }
span { border-color: rgb(255,242,40); }
td.TdClassName
{
border-color: #FFF228;
}
.TagClassName
{
border-color: #FFF228;
}
</style>