Shades of Gorse #F9DF35
Tints of Gorse #F9DF35
RGB
CMYK
RGB Variations
Color information
#F9DF35 (or 0xF9DF35) is known color: Gorse. HEX triplet: F9, DF and 35. RGB value is (249,223,53). Sum of RGB (Red+Green+Blue) = 249+223+53=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 53 (21.09% from 255 or 10.10% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DF35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DF35 is #0620CA. Grayscale: #D4D4D4. Windows color (decimal): -401611 or 3530745. OLE color: 3530745.
HSL color Cylindrical-coordinate representation of color #F9DF35: hue angle of 52.04º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F9DF35 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 223 | 53 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.02 |
| HSL | 52.04º | 0.94% | 0.59% | - |
| HSV(B) | 52.04º | 0.79% | 0.98% | - |
| XYZ | 66.1 | 73.17 | 14.01 | - |
| YUV | 211.39 | 38.61 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 223 | 53 | 0 | 0.10 | 0.79 | 0.02 | 52.04 | 0.94 | 0.59 |
| Hex | F9 | DF | 35 | 0 | A | 4F | 2 | 34 | 5E | 3B |
| Octal | 371 | 337 | 65 | 0 | 12 | 117 | 2 | 64 | 136 | 73 |
| Binary | 11111001 | 11011111 | 110101 | 0 | 1010 | 1001111 | 10 | 110100 | 1011110 | 111011 |
Color Harmonies of #F9DF35
Complementary color
Monochromatic Colors of #F9DF35
Black with #F9DF35
Text Example
Text Example
White with #F9DF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DF35; }
p { color: rgb(249,223,53); }
H1.HeaderClassName
{
color: #F9DF35;
}
.AnyTagClassName
{
color: #F9DF35;
}
</style>
background-color css
<style>
a { background-color: #F9DF35; }
a { background-color: rgb(249,223,53); }
div.DivClassName
{
background-color: #F9DF35;
}
.BgClassName
{
background-color: #F9DF35;
}
</style>
border-color css
<style>
span { border-color: #F9DF35; }
span { border-color: rgb(249,223,53); }
td.TdClassName
{
border-color: #F9DF35;
}
.TagClassName
{
border-color: #F9DF35;
}
</style>