Shades of Gorse #F9DF27
Tints of Gorse #F9DF27
RGB
CMYK
RGB Variations
Color information
#F9DF27 (or 0xF9DF27) is known color: Gorse. HEX triplet: F9, DF and 27. RGB value is (249,223,39). Sum of RGB (Red+Green+Blue) = 249+223+39=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 39 (15.62% from 255 or 7.63% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DF27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DF27 is #0620D8. Grayscale: #D2D2D2. Windows color (decimal): -401625 or 2613241. OLE color: 2613241.
HSL color Cylindrical-coordinate representation of color #F9DF27: hue angle of 52.57º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9DF27 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 223 | 39 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.02 |
| HSL | 52.57º | 0.95% | 0.56% | - |
| HSV(B) | 52.57º | 0.84% | 0.98% | - |
| XYZ | 65.82 | 73.06 | 12.55 | - |
| YUV | 209.8 | 31.61 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 223 | 39 | 0 | 0.10 | 0.84 | 0.02 | 52.57 | 0.95 | 0.56 |
| Hex | F9 | DF | 27 | 0 | A | 54 | 2 | 35 | 5F | 38 |
| Octal | 371 | 337 | 47 | 0 | 12 | 124 | 2 | 65 | 137 | 70 |
| Binary | 11111001 | 11011111 | 100111 | 0 | 1010 | 1010100 | 10 | 110101 | 1011111 | 111000 |
Color Harmonies of #F9DF27
Complementary color
Monochromatic Colors of #F9DF27
Black with #F9DF27
Text Example
Text Example
White with #F9DF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DF27; }
p { color: rgb(249,223,39); }
H1.HeaderClassName
{
color: #F9DF27;
}
.AnyTagClassName
{
color: #F9DF27;
}
</style>
background-color css
<style>
a { background-color: #F9DF27; }
a { background-color: rgb(249,223,39); }
div.DivClassName
{
background-color: #F9DF27;
}
.BgClassName
{
background-color: #F9DF27;
}
</style>
border-color css
<style>
span { border-color: #F9DF27; }
span { border-color: rgb(249,223,39); }
td.TdClassName
{
border-color: #F9DF27;
}
.TagClassName
{
border-color: #F9DF27;
}
</style>