Shades of Gorse #FFF039
Tints of Gorse #FFF039
RGB
CMYK
RGB Variations
Color information
#FFF039 (or 0xFFF039) is known color: Gorse. HEX triplet: FF, F0 and 39. RGB value is (255,240,57). Sum of RGB (Red+Green+Blue) = 255+240+57=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 57 (22.66% from 255 or 10.33% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF039 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF039 is #000FC6. Grayscale: #E0E0E0. Windows color (decimal): -4039 or 3797247. OLE color: 3797247.
HSL color Cylindrical-coordinate representation of color #FFF039: hue angle of 55.45º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FFF039 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 57 | - |
| CMYK | 0 | 0.06 | 0.78 | 0 |
| HSL | 55.45º | 1% | 0.61% | - |
| HSV(B) | 55.45º | 0.78% | 1% | - |
| XYZ | 73.14 | 83.88 | 16.21 | - |
| YUV | 223.62 | 33.97 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 57 | 0 | 0.06 | 0.78 | 0 | 55.45 | 1 | 0.61 |
| Hex | FF | F0 | 39 | 0 | 6 | 4E | 0 | 37 | 64 | 3D |
| Octal | 377 | 360 | 71 | 0 | 6 | 116 | 0 | 67 | 144 | 75 |
| Binary | 11111111 | 11110000 | 111001 | 0 | 110 | 1001110 | 0 | 110111 | 1100100 | 111101 |
Color Harmonies of #FFF039
Complementary color
Monochromatic Colors of #FFF039
Black with #FFF039
Text Example
Text Example
White with #FFF039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF039; }
p { color: rgb(255,240,57); }
H1.HeaderClassName
{
color: #FFF039;
}
.AnyTagClassName
{
color: #FFF039;
}
</style>
background-color css
<style>
a { background-color: #FFF039; }
a { background-color: rgb(255,240,57); }
div.DivClassName
{
background-color: #FFF039;
}
.BgClassName
{
background-color: #FFF039;
}
</style>
border-color css
<style>
span { border-color: #FFF039; }
span { border-color: rgb(255,240,57); }
td.TdClassName
{
border-color: #FFF039;
}
.TagClassName
{
border-color: #FFF039;
}
</style>