Shades of Gorse #F3F03C
Tints of Gorse #F3F03C
RGB
CMYK
RGB Variations
Color information
#F3F03C (or 0xF3F03C) is known color: Gorse. HEX triplet: F3, F0 and 3C. RGB value is (243,240,60). Sum of RGB (Red+Green+Blue) = 243+240+60=543 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.75% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 60 (23.83% from 255 or 11.05% from 543); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F03C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3F03C is #0C0FC3. Grayscale: #DDDDDD. Windows color (decimal): -790468 or 3993843. OLE color: 3993843.
HSL color Cylindrical-coordinate representation of color #F3F03C: hue angle of 59.02º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F3F03C is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 240 | 60 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.05 |
| HSL | 59.02º | 0.88% | 0.59% | - |
| HSV(B) | 59.02º | 0.75% | 0.95% | - |
| XYZ | 68.94 | 81.7 | 16.41 | - |
| YUV | 220.38 | 37.49 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 240 | 60 | 0 | 0.01 | 0.75 | 0.05 | 59.02 | 0.88 | 0.59 |
| Hex | F3 | F0 | 3C | 0 | 1 | 4B | 5 | 3B | 58 | 3B |
| Octal | 363 | 360 | 74 | 0 | 1 | 113 | 5 | 73 | 130 | 73 |
| Binary | 11110011 | 11110000 | 111100 | 0 | 1 | 1001011 | 101 | 111011 | 1011000 | 111011 |
Color Harmonies of #F3F03C
Complementary color
Monochromatic Colors of #F3F03C
Black with #F3F03C
Text Example
Text Example
White with #F3F03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F03C; }
p { color: rgb(243,240,60); }
H1.HeaderClassName
{
color: #F3F03C;
}
.AnyTagClassName
{
color: #F3F03C;
}
</style>
background-color css
<style>
a { background-color: #F3F03C; }
a { background-color: rgb(243,240,60); }
div.DivClassName
{
background-color: #F3F03C;
}
.BgClassName
{
background-color: #F3F03C;
}
</style>
border-color css
<style>
span { border-color: #F3F03C; }
span { border-color: rgb(243,240,60); }
td.TdClassName
{
border-color: #F3F03C;
}
.TagClassName
{
border-color: #F3F03C;
}
</style>