Shades of Gorse #F3F038
Tints of Gorse #F3F038
RGB
CMYK
RGB Variations
Color information
#F3F038 (or 0xF3F038) is known color: Gorse. HEX triplet: F3, F0 and 38. RGB value is (243,240,56). Sum of RGB (Red+Green+Blue) = 243+240+56=539 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.08% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 56 (22.27% from 255 or 10.39% from 539); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F038 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3F038 is #0C0FC7. Grayscale: #DCDCDC. Windows color (decimal): -790472 or 3731699. OLE color: 3731699.
HSL color Cylindrical-coordinate representation of color #F3F038: hue angle of 59.04º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F3F038 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 240 | 56 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.05 |
| HSL | 59.04º | 0.89% | 0.59% | - |
| HSV(B) | 59.04º | 0.77% | 0.95% | - |
| XYZ | 68.84 | 81.66 | 15.88 | - |
| YUV | 219.92 | 35.49 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 240 | 56 | 0 | 0.01 | 0.77 | 0.05 | 59.04 | 0.89 | 0.59 |
| Hex | F3 | F0 | 38 | 0 | 1 | 4D | 5 | 3B | 59 | 3B |
| Octal | 363 | 360 | 70 | 0 | 1 | 115 | 5 | 73 | 131 | 73 |
| Binary | 11110011 | 11110000 | 111000 | 0 | 1 | 1001101 | 101 | 111011 | 1011001 | 111011 |
Color Harmonies of #F3F038
Complementary color
Monochromatic Colors of #F3F038
Black with #F3F038
Text Example
Text Example
White with #F3F038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F038; }
p { color: rgb(243,240,56); }
H1.HeaderClassName
{
color: #F3F038;
}
.AnyTagClassName
{
color: #F3F038;
}
</style>
background-color css
<style>
a { background-color: #F3F038; }
a { background-color: rgb(243,240,56); }
div.DivClassName
{
background-color: #F3F038;
}
.BgClassName
{
background-color: #F3F038;
}
</style>
border-color css
<style>
span { border-color: #F3F038; }
span { border-color: rgb(243,240,56); }
td.TdClassName
{
border-color: #F3F038;
}
.TagClassName
{
border-color: #F3F038;
}
</style>