Shades of Gorse #FFF42D
Tints of Gorse #FFF42D
RGB
CMYK
RGB Variations
Color information
#FFF42D (or 0xFFF42D) is known color: Gorse. HEX triplet: FF, F4 and 2D. RGB value is (255,244,45). Sum of RGB (Red+Green+Blue) = 255+244+45=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 45 (17.97% from 255 or 8.27% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF42D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF42D is #000BD2. Grayscale: #E1E1E1. Windows color (decimal): -3027 or 3011839. OLE color: 3011839.
HSL color Cylindrical-coordinate representation of color #FFF42D: hue angle of 56.86º 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 #FFF42D is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 45 | - |
| CMYK | 0 | 0.04 | 0.82 | 0 |
| HSL | 56.86º | 1% | 0.59% | - |
| HSV(B) | 56.86º | 0.82% | 1% | - |
| XYZ | 74.06 | 86.15 | 15.21 | - |
| YUV | 224.6 | 26.64 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 45 | 0 | 0.04 | 0.82 | 0 | 56.86 | 1 | 0.59 |
| Hex | FF | F4 | 2D | 0 | 4 | 52 | 0 | 39 | 64 | 3B |
| Octal | 377 | 364 | 55 | 0 | 4 | 122 | 0 | 71 | 144 | 73 |
| Binary | 11111111 | 11110100 | 101101 | 0 | 100 | 1010010 | 0 | 111001 | 1100100 | 111011 |
Color Harmonies of #FFF42D
Complementary color
Monochromatic Colors of #FFF42D
Black with #FFF42D
Text Example
Text Example
White with #FFF42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF42D; }
p { color: rgb(255,244,45); }
H1.HeaderClassName
{
color: #FFF42D;
}
.AnyTagClassName
{
color: #FFF42D;
}
</style>
background-color css
<style>
a { background-color: #FFF42D; }
a { background-color: rgb(255,244,45); }
div.DivClassName
{
background-color: #FFF42D;
}
.BgClassName
{
background-color: #FFF42D;
}
</style>
border-color css
<style>
span { border-color: #FFF42D; }
span { border-color: rgb(255,244,45); }
td.TdClassName
{
border-color: #FFF42D;
}
.TagClassName
{
border-color: #FFF42D;
}
</style>