Shades of Gorse #FFF53D
Tints of Gorse #FFF53D
RGB
CMYK
RGB Variations
Color information
#FFF53D (or 0xFFF53D) is known color: Gorse. HEX triplet: FF, F5 and 3D. RGB value is (255,245,61). Sum of RGB (Red+Green+Blue) = 255+245+61=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 245 (96.09% from 255 or 43.67% from 561); Blue value is 61 (24.22% from 255 or 10.87% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF53D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF53D is #000AC2. Grayscale: #E3E3E3. Windows color (decimal): -2755 or 4060671. OLE color: 4060671.
HSL color Cylindrical-coordinate representation of color #FFF53D: hue angle of 56.91º 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 #FFF53D is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 61 | - |
| CMYK | 0 | 0.04 | 0.76 | 0 |
| HSL | 56.91º | 1% | 0.62% | - |
| HSV(B) | 56.91º | 0.76% | 1% | - |
| XYZ | 74.73 | 86.9 | 17.25 | - |
| YUV | 227.01 | 34.31 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 61 | 0 | 0.04 | 0.76 | 0 | 56.91 | 1 | 0.62 |
| Hex | FF | F5 | 3D | 0 | 4 | 4C | 0 | 39 | 64 | 3E |
| Octal | 377 | 365 | 75 | 0 | 4 | 114 | 0 | 71 | 144 | 76 |
| Binary | 11111111 | 11110101 | 111101 | 0 | 100 | 1001100 | 0 | 111001 | 1100100 | 111110 |
Color Harmonies of #FFF53D
Complementary color
Monochromatic Colors of #FFF53D
Black with #FFF53D
Text Example
Text Example
White with #FFF53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF53D; }
p { color: rgb(255,245,61); }
H1.HeaderClassName
{
color: #FFF53D;
}
.AnyTagClassName
{
color: #FFF53D;
}
</style>
background-color css
<style>
a { background-color: #FFF53D; }
a { background-color: rgb(255,245,61); }
div.DivClassName
{
background-color: #FFF53D;
}
.BgClassName
{
background-color: #FFF53D;
}
</style>
border-color css
<style>
span { border-color: #FFF53D; }
span { border-color: rgb(255,245,61); }
td.TdClassName
{
border-color: #FFF53D;
}
.TagClassName
{
border-color: #FFF53D;
}
</style>