Shades of Gorse #FFF128
Tints of Gorse #FFF128
RGB
CMYK
RGB Variations
Color information
#FFF128 (or 0xFFF128) is known color: Gorse. HEX triplet: FF, F1 and 28. RGB value is (255,241,40). Sum of RGB (Red+Green+Blue) = 255+241+40=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 40 (16.02% from 255 or 7.46% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF128 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF128 is #000ED7. Grayscale: #DFDFDF. Windows color (decimal): -3800 or 2683391. OLE color: 2683391.
HSL color Cylindrical-coordinate representation of color #FFF128: hue angle of 56.09º 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 #FFF128 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 40 | - |
| CMYK | 0 | 0.05 | 0.84 | 0 |
| HSL | 56.09º | 1% | 0.58% | - |
| HSV(B) | 56.09º | 0.84% | 1% | - |
| XYZ | 73.08 | 84.32 | 14.43 | - |
| YUV | 222.27 | 25.14 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 40 | 0 | 0.05 | 0.84 | 0 | 56.09 | 1 | 0.58 |
| Hex | FF | F1 | 28 | 0 | 5 | 54 | 0 | 38 | 64 | 3A |
| Octal | 377 | 361 | 50 | 0 | 5 | 124 | 0 | 70 | 144 | 72 |
| Binary | 11111111 | 11110001 | 101000 | 0 | 101 | 1010100 | 0 | 111000 | 1100100 | 111010 |
Color Harmonies of #FFF128
Complementary color
Monochromatic Colors of #FFF128
Black with #FFF128
Text Example
Text Example
White with #FFF128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF128; }
p { color: rgb(255,241,40); }
H1.HeaderClassName
{
color: #FFF128;
}
.AnyTagClassName
{
color: #FFF128;
}
</style>
background-color css
<style>
a { background-color: #FFF128; }
a { background-color: rgb(255,241,40); }
div.DivClassName
{
background-color: #FFF128;
}
.BgClassName
{
background-color: #FFF128;
}
</style>
border-color css
<style>
span { border-color: #FFF128; }
span { border-color: rgb(255,241,40); }
td.TdClassName
{
border-color: #FFF128;
}
.TagClassName
{
border-color: #FFF128;
}
</style>