Shades of Gorse #F9DF43
Tints of Gorse #F9DF43
RGB
CMYK
RGB Variations
Color information
#F9DF43 (or 0xF9DF43) is known color: Gorse. HEX triplet: F9, DF and 43. RGB value is (249,223,67). Sum of RGB (Red+Green+Blue) = 249+223+67=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 67 (26.56% from 255 or 12.43% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DF43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DF43 is #0620BC. Grayscale: #D5D5D5. Windows color (decimal): -401597 or 4448249. OLE color: 4448249.
HSL color Cylindrical-coordinate representation of color #F9DF43: hue angle of 51.43º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F9DF43 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 223 | 67 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.02 |
| HSL | 51.43º | 0.94% | 0.62% | - |
| HSV(B) | 51.43º | 0.73% | 0.98% | - |
| XYZ | 66.47 | 73.32 | 15.96 | - |
| YUV | 212.99 | 45.61 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 223 | 67 | 0 | 0.10 | 0.73 | 0.02 | 51.43 | 0.94 | 0.62 |
| Hex | F9 | DF | 43 | 0 | A | 49 | 2 | 33 | 5E | 3E |
| Octal | 371 | 337 | 103 | 0 | 12 | 111 | 2 | 63 | 136 | 76 |
| Binary | 11111001 | 11011111 | 1000011 | 0 | 1010 | 1001001 | 10 | 110011 | 1011110 | 111110 |
Color Harmonies of #F9DF43
Complementary color
Monochromatic Colors of #F9DF43
Black with #F9DF43
Text Example
Text Example
White with #F9DF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DF43; }
p { color: rgb(249,223,67); }
H1.HeaderClassName
{
color: #F9DF43;
}
.AnyTagClassName
{
color: #F9DF43;
}
</style>
background-color css
<style>
a { background-color: #F9DF43; }
a { background-color: rgb(249,223,67); }
div.DivClassName
{
background-color: #F9DF43;
}
.BgClassName
{
background-color: #F9DF43;
}
</style>
border-color css
<style>
span { border-color: #F9DF43; }
span { border-color: rgb(249,223,67); }
td.TdClassName
{
border-color: #F9DF43;
}
.TagClassName
{
border-color: #F9DF43;
}
</style>