Shades of Gorse #F9DF2F
Tints of Gorse #F9DF2F
RGB
CMYK
RGB Variations
Color information
#F9DF2F (or 0xF9DF2F) is known color: Gorse. HEX triplet: F9, DF and 2F. RGB value is (249,223,47). Sum of RGB (Red+Green+Blue) = 249+223+47=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 47 (18.75% from 255 or 9.06% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DF2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DF2F is #0620D0. Grayscale: #D3D3D3. Windows color (decimal): -401617 or 3137529. OLE color: 3137529.
HSL color Cylindrical-coordinate representation of color #F9DF2F: hue angle of 52.28º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F9DF2F is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 223 | 47 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.02 |
| HSL | 52.28º | 0.94% | 0.58% | - |
| HSV(B) | 52.28º | 0.81% | 0.98% | - |
| XYZ | 65.97 | 73.12 | 13.33 | - |
| YUV | 210.71 | 35.61 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 223 | 47 | 0 | 0.10 | 0.81 | 0.02 | 52.28 | 0.94 | 0.58 |
| Hex | F9 | DF | 2F | 0 | A | 51 | 2 | 34 | 5E | 3A |
| Octal | 371 | 337 | 57 | 0 | 12 | 121 | 2 | 64 | 136 | 72 |
| Binary | 11111001 | 11011111 | 101111 | 0 | 1010 | 1010001 | 10 | 110100 | 1011110 | 111010 |
Color Harmonies of #F9DF2F
Complementary color
Monochromatic Colors of #F9DF2F
Black with #F9DF2F
Text Example
Text Example
White with #F9DF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DF2F; }
p { color: rgb(249,223,47); }
H1.HeaderClassName
{
color: #F9DF2F;
}
.AnyTagClassName
{
color: #F9DF2F;
}
</style>
background-color css
<style>
a { background-color: #F9DF2F; }
a { background-color: rgb(249,223,47); }
div.DivClassName
{
background-color: #F9DF2F;
}
.BgClassName
{
background-color: #F9DF2F;
}
</style>
border-color css
<style>
span { border-color: #F9DF2F; }
span { border-color: rgb(249,223,47); }
td.TdClassName
{
border-color: #F9DF2F;
}
.TagClassName
{
border-color: #F9DF2F;
}
</style>