Shades of Gorse #FFF134
Tints of Gorse #FFF134
RGB
CMYK
RGB Variations
Color information
#FFF134 (or 0xFFF134) is known color: Gorse. HEX triplet: FF, F1 and 34. RGB value is (255,241,52). Sum of RGB (Red+Green+Blue) = 255+241+52=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 241 (94.53% from 255 or 43.98% from 548); Blue value is 52 (20.70% from 255 or 9.49% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF134 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF134 is #000ECB. Grayscale: #E0E0E0. Windows color (decimal): -3788 or 3469823. OLE color: 3469823.
HSL color Cylindrical-coordinate representation of color #FFF134: hue angle of 55.86º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFF134 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 52 | - |
| CMYK | 0 | 0.05 | 0.80 | 0 |
| HSL | 55.86º | 1% | 0.6% | - |
| HSV(B) | 55.86º | 0.8% | 1% | - |
| XYZ | 73.32 | 84.42 | 15.68 | - |
| YUV | 223.64 | 31.14 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 52 | 0 | 0.05 | 0.80 | 0 | 55.86 | 1 | 0.6 |
| Hex | FF | F1 | 34 | 0 | 5 | 50 | 0 | 38 | 64 | 3C |
| Octal | 377 | 361 | 64 | 0 | 5 | 120 | 0 | 70 | 144 | 74 |
| Binary | 11111111 | 11110001 | 110100 | 0 | 101 | 1010000 | 0 | 111000 | 1100100 | 111100 |
Color Harmonies of #FFF134
Complementary color
Monochromatic Colors of #FFF134
Black with #FFF134
Text Example
Text Example
White with #FFF134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF134; }
p { color: rgb(255,241,52); }
H1.HeaderClassName
{
color: #FFF134;
}
.AnyTagClassName
{
color: #FFF134;
}
</style>
background-color css
<style>
a { background-color: #FFF134; }
a { background-color: rgb(255,241,52); }
div.DivClassName
{
background-color: #FFF134;
}
.BgClassName
{
background-color: #FFF134;
}
</style>
border-color css
<style>
span { border-color: #FFF134; }
span { border-color: rgb(255,241,52); }
td.TdClassName
{
border-color: #FFF134;
}
.TagClassName
{
border-color: #FFF134;
}
</style>