Shades of Gorse #FFF13D
Tints of Gorse #FFF13D
RGB
CMYK
RGB Variations
Color information
#FFF13D (or 0xFFF13D) is known color: Gorse. HEX triplet: FF, F1 and 3D. RGB value is (255,241,61). Sum of RGB (Red+Green+Blue) = 255+241+61=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 61 (24.22% from 255 or 10.95% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF13D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF13D is #000EC2. Grayscale: #E1E1E1. Windows color (decimal): -3779 or 4059647. OLE color: 4059647.
HSL color Cylindrical-coordinate representation of color #FFF13D: hue angle of 55.67º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFF13D is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 61 | - |
| CMYK | 0 | 0.05 | 0.76 | 0 |
| HSL | 55.67º | 1% | 0.62% | - |
| HSV(B) | 55.67º | 0.76% | 1% | - |
| XYZ | 73.54 | 84.51 | 16.85 | - |
| YUV | 224.67 | 35.64 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 61 | 0 | 0.05 | 0.76 | 0 | 55.67 | 1 | 0.62 |
| Hex | FF | F1 | 3D | 0 | 5 | 4C | 0 | 38 | 64 | 3E |
| Octal | 377 | 361 | 75 | 0 | 5 | 114 | 0 | 70 | 144 | 76 |
| Binary | 11111111 | 11110001 | 111101 | 0 | 101 | 1001100 | 0 | 111000 | 1100100 | 111110 |
Color Harmonies of #FFF13D
Complementary color
Monochromatic Colors of #FFF13D
Black with #FFF13D
Text Example
Text Example
White with #FFF13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF13D; }
p { color: rgb(255,241,61); }
H1.HeaderClassName
{
color: #FFF13D;
}
.AnyTagClassName
{
color: #FFF13D;
}
</style>
background-color css
<style>
a { background-color: #FFF13D; }
a { background-color: rgb(255,241,61); }
div.DivClassName
{
background-color: #FFF13D;
}
.BgClassName
{
background-color: #FFF13D;
}
</style>
border-color css
<style>
span { border-color: #FFF13D; }
span { border-color: rgb(255,241,61); }
td.TdClassName
{
border-color: #FFF13D;
}
.TagClassName
{
border-color: #FFF13D;
}
</style>