Shades of Gorse #FFF03D
Tints of Gorse #FFF03D
RGB
CMYK
RGB Variations
Color information
#FFF03D (or 0xFFF03D) is known color: Gorse. HEX triplet: FF, F0 and 3D. RGB value is (255,240,61). Sum of RGB (Red+Green+Blue) = 255+240+61=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 61 (24.22% from 255 or 10.97% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF03D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF03D is #000FC2. Grayscale: #E0E0E0. Windows color (decimal): -4035 or 4059391. OLE color: 4059391.
HSL color Cylindrical-coordinate representation of color #FFF03D: hue angle of 55.36º 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 #FFF03D is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 61 | - |
| CMYK | 0 | 0.06 | 0.76 | 0 |
| HSL | 55.36º | 1% | 0.62% | - |
| HSV(B) | 55.36º | 0.76% | 1% | - |
| XYZ | 73.24 | 83.92 | 16.75 | - |
| YUV | 224.08 | 35.97 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 61 | 0 | 0.06 | 0.76 | 0 | 55.36 | 1 | 0.62 |
| Hex | FF | F0 | 3D | 0 | 6 | 4C | 0 | 37 | 64 | 3E |
| Octal | 377 | 360 | 75 | 0 | 6 | 114 | 0 | 67 | 144 | 76 |
| Binary | 11111111 | 11110000 | 111101 | 0 | 110 | 1001100 | 0 | 110111 | 1100100 | 111110 |
Color Harmonies of #FFF03D
Complementary color
Monochromatic Colors of #FFF03D
Black with #FFF03D
Text Example
Text Example
White with #FFF03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF03D; }
p { color: rgb(255,240,61); }
H1.HeaderClassName
{
color: #FFF03D;
}
.AnyTagClassName
{
color: #FFF03D;
}
</style>
background-color css
<style>
a { background-color: #FFF03D; }
a { background-color: rgb(255,240,61); }
div.DivClassName
{
background-color: #FFF03D;
}
.BgClassName
{
background-color: #FFF03D;
}
</style>
border-color css
<style>
span { border-color: #FFF03D; }
span { border-color: rgb(255,240,61); }
td.TdClassName
{
border-color: #FFF03D;
}
.TagClassName
{
border-color: #FFF03D;
}
</style>