Shades of Gorse #F9F32A
Tints of Gorse #F9F32A
RGB
CMYK
RGB Variations
Color information
#F9F32A (or 0xF9F32A) is known color: Gorse. HEX triplet: F9, F3 and 2A. RGB value is (249,243,42). Sum of RGB (Red+Green+Blue) = 249+243+42=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 42 (16.80% from 255 or 7.87% from 534); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F32A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9F32A is #060CD5. Grayscale: #DEDEDE. Windows color (decimal): -396502 or 2814969. OLE color: 2814969.
HSL color Cylindrical-coordinate representation of color #F9F32A: hue angle of 58.26º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F9F32A is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 243 | 42 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.02 |
| HSL | 58.26º | 0.95% | 0.57% | - |
| HSV(B) | 58.26º | 0.83% | 0.98% | - |
| XYZ | 71.54 | 84.41 | 14.71 | - |
| YUV | 221.88 | 26.49 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 243 | 42 | 0 | 0.02 | 0.83 | 0.02 | 58.26 | 0.95 | 0.57 |
| Hex | F9 | F3 | 2A | 0 | 2 | 53 | 2 | 3A | 5F | 39 |
| Octal | 371 | 363 | 52 | 0 | 2 | 123 | 2 | 72 | 137 | 71 |
| Binary | 11111001 | 11110011 | 101010 | 0 | 10 | 1010011 | 10 | 111010 | 1011111 | 111001 |
Color Harmonies of #F9F32A
Complementary color
Monochromatic Colors of #F9F32A
Black with #F9F32A
Text Example
Text Example
White with #F9F32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F32A; }
p { color: rgb(249,243,42); }
H1.HeaderClassName
{
color: #F9F32A;
}
.AnyTagClassName
{
color: #F9F32A;
}
</style>
background-color css
<style>
a { background-color: #F9F32A; }
a { background-color: rgb(249,243,42); }
div.DivClassName
{
background-color: #F9F32A;
}
.BgClassName
{
background-color: #F9F32A;
}
</style>
border-color css
<style>
span { border-color: #F9F32A; }
span { border-color: rgb(249,243,42); }
td.TdClassName
{
border-color: #F9F32A;
}
.TagClassName
{
border-color: #F9F32A;
}
</style>