Shades of Gorse #FFF72D
Tints of Gorse #FFF72D
RGB
CMYK
RGB Variations
Color information
#FFF72D (or 0xFFF72D) is known color: Gorse. HEX triplet: FF, F7 and 2D. RGB value is (255,247,45). Sum of RGB (Red+Green+Blue) = 255+247+45=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 247 (96.88% from 255 or 45.16% from 547); Blue value is 45 (17.97% from 255 or 8.23% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF72D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF72D is #0008D2. Grayscale: #E3E3E3. Windows color (decimal): -2259 or 3012607. OLE color: 3012607.
HSL color Cylindrical-coordinate representation of color #FFF72D: hue angle of 57.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFF72D is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 45 | - |
| CMYK | 0 | 0.03 | 0.82 | 0 |
| HSL | 57.71º | 1% | 0.59% | - |
| HSV(B) | 57.71º | 0.82% | 1% | - |
| XYZ | 74.97 | 87.97 | 15.51 | - |
| YUV | 226.36 | 25.65 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 45 | 0 | 0.03 | 0.82 | 0 | 57.71 | 1 | 0.59 |
| Hex | FF | F7 | 2D | 0 | 3 | 52 | 0 | 3A | 64 | 3B |
| Octal | 377 | 367 | 55 | 0 | 3 | 122 | 0 | 72 | 144 | 73 |
| Binary | 11111111 | 11110111 | 101101 | 0 | 11 | 1010010 | 0 | 111010 | 1100100 | 111011 |
Color Harmonies of #FFF72D
Complementary color
Monochromatic Colors of #FFF72D
Black with #FFF72D
Text Example
Text Example
White with #FFF72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF72D; }
p { color: rgb(255,247,45); }
H1.HeaderClassName
{
color: #FFF72D;
}
.AnyTagClassName
{
color: #FFF72D;
}
</style>
background-color css
<style>
a { background-color: #FFF72D; }
a { background-color: rgb(255,247,45); }
div.DivClassName
{
background-color: #FFF72D;
}
.BgClassName
{
background-color: #FFF72D;
}
</style>
border-color css
<style>
span { border-color: #FFF72D; }
span { border-color: rgb(255,247,45); }
td.TdClassName
{
border-color: #FFF72D;
}
.TagClassName
{
border-color: #FFF72D;
}
</style>