Shades of Gorse #FFF72C
Tints of Gorse #FFF72C
RGB
CMYK
RGB Variations
Color information
#FFF72C (or 0xFFF72C) is known color: Gorse. HEX triplet: FF, F7 and 2C. RGB value is (255,247,44). Sum of RGB (Red+Green+Blue) = 255+247+44=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 247 (96.88% from 255 or 45.24% from 546); Blue value is 44 (17.58% from 255 or 8.06% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF72C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF72C is #0008D3. Grayscale: #E3E3E3. Windows color (decimal): -2260 or 2947071. OLE color: 2947071.
HSL color Cylindrical-coordinate representation of color #FFF72C: hue angle of 57.73º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFF72C is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 44 | - |
| CMYK | 0 | 0.03 | 0.83 | 0 |
| HSL | 57.73º | 1% | 0.59% | - |
| HSV(B) | 57.73º | 0.83% | 1% | - |
| XYZ | 74.96 | 87.96 | 15.41 | - |
| YUV | 226.25 | 25.15 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 44 | 0 | 0.03 | 0.83 | 0 | 57.73 | 1 | 0.59 |
| Hex | FF | F7 | 2C | 0 | 3 | 53 | 0 | 3A | 64 | 3B |
| Octal | 377 | 367 | 54 | 0 | 3 | 123 | 0 | 72 | 144 | 73 |
| Binary | 11111111 | 11110111 | 101100 | 0 | 11 | 1010011 | 0 | 111010 | 1100100 | 111011 |
Color Harmonies of #FFF72C
Complementary color
Monochromatic Colors of #FFF72C
Black with #FFF72C
Text Example
Text Example
White with #FFF72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF72C; }
p { color: rgb(255,247,44); }
H1.HeaderClassName
{
color: #FFF72C;
}
.AnyTagClassName
{
color: #FFF72C;
}
</style>
background-color css
<style>
a { background-color: #FFF72C; }
a { background-color: rgb(255,247,44); }
div.DivClassName
{
background-color: #FFF72C;
}
.BgClassName
{
background-color: #FFF72C;
}
</style>
border-color css
<style>
span { border-color: #FFF72C; }
span { border-color: rgb(255,247,44); }
td.TdClassName
{
border-color: #FFF72C;
}
.TagClassName
{
border-color: #FFF72C;
}
</style>