Shades of Gorse #FFF127
Tints of Gorse #FFF127
RGB
CMYK
RGB Variations
Color information
#FFF127 (or 0xFFF127) is known color: Gorse. HEX triplet: FF, F1 and 27. RGB value is (255,241,39). Sum of RGB (Red+Green+Blue) = 255+241+39=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 39 (15.62% from 255 or 7.29% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF127 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF127 is #000ED8. Grayscale: #DEDEDE. Windows color (decimal): -3801 or 2617855. OLE color: 2617855.
HSL color Cylindrical-coordinate representation of color #FFF127: hue angle of 56.11º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFF127 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 39 | - |
| CMYK | 0 | 0.05 | 0.85 | 0 |
| HSL | 56.11º | 1% | 0.58% | - |
| HSV(B) | 56.11º | 0.85% | 1% | - |
| XYZ | 73.06 | 84.32 | 14.34 | - |
| YUV | 222.16 | 24.64 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 39 | 0 | 0.05 | 0.85 | 0 | 56.11 | 1 | 0.58 |
| Hex | FF | F1 | 27 | 0 | 5 | 55 | 0 | 38 | 64 | 3A |
| Octal | 377 | 361 | 47 | 0 | 5 | 125 | 0 | 70 | 144 | 72 |
| Binary | 11111111 | 11110001 | 100111 | 0 | 101 | 1010101 | 0 | 111000 | 1100100 | 111010 |
Color Harmonies of #FFF127
Complementary color
Monochromatic Colors of #FFF127
Black with #FFF127
Text Example
Text Example
White with #FFF127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF127; }
p { color: rgb(255,241,39); }
H1.HeaderClassName
{
color: #FFF127;
}
.AnyTagClassName
{
color: #FFF127;
}
</style>
background-color css
<style>
a { background-color: #FFF127; }
a { background-color: rgb(255,241,39); }
div.DivClassName
{
background-color: #FFF127;
}
.BgClassName
{
background-color: #FFF127;
}
</style>
border-color css
<style>
span { border-color: #FFF127; }
span { border-color: rgb(255,241,39); }
td.TdClassName
{
border-color: #FFF127;
}
.TagClassName
{
border-color: #FFF127;
}
</style>