Shades of Gorse #F9F334
Tints of Gorse #F9F334
RGB
CMYK
RGB Variations
Color information
#F9F334 (or 0xF9F334) is known color: Gorse. HEX triplet: F9, F3 and 34. RGB value is (249,243,52). Sum of RGB (Red+Green+Blue) = 249+243+52=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 243 (95.31% from 255 or 44.67% from 544); Blue value is 52 (20.70% from 255 or 9.56% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F334 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9F334 is #060CCB. Grayscale: #DFDFDF. Windows color (decimal): -396492 or 3470329. OLE color: 3470329.
HSL color Cylindrical-coordinate representation of color #F9F334: hue angle of 58.17º 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 #F9F334 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 243 | 52 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.02 |
| HSL | 58.17º | 0.94% | 0.59% | - |
| HSV(B) | 58.17º | 0.79% | 0.98% | - |
| XYZ | 71.74 | 84.49 | 15.78 | - |
| YUV | 223.02 | 31.49 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 243 | 52 | 0 | 0.02 | 0.79 | 0.02 | 58.17 | 0.94 | 0.59 |
| Hex | F9 | F3 | 34 | 0 | 2 | 4F | 2 | 3A | 5E | 3B |
| Octal | 371 | 363 | 64 | 0 | 2 | 117 | 2 | 72 | 136 | 73 |
| Binary | 11111001 | 11110011 | 110100 | 0 | 10 | 1001111 | 10 | 111010 | 1011110 | 111011 |
Color Harmonies of #F9F334
Complementary color
Monochromatic Colors of #F9F334
Black with #F9F334
Text Example
Text Example
White with #F9F334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F334; }
p { color: rgb(249,243,52); }
H1.HeaderClassName
{
color: #F9F334;
}
.AnyTagClassName
{
color: #F9F334;
}
</style>
background-color css
<style>
a { background-color: #F9F334; }
a { background-color: rgb(249,243,52); }
div.DivClassName
{
background-color: #F9F334;
}
.BgClassName
{
background-color: #F9F334;
}
</style>
border-color css
<style>
span { border-color: #F9F334; }
span { border-color: rgb(249,243,52); }
td.TdClassName
{
border-color: #F9F334;
}
.TagClassName
{
border-color: #F9F334;
}
</style>