Shades of Gorse #F3DF3A
Tints of Gorse #F3DF3A
RGB
CMYK
RGB Variations
Color information
#F3DF3A (or 0xF3DF3A) is known color: Gorse. HEX triplet: F3, DF and 3A. RGB value is (243,223,58). Sum of RGB (Red+Green+Blue) = 243+223+58=524 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.37% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 58 (23.05% from 255 or 11.07% from 524); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DF3A is #0C20C5. Grayscale: #D2D2D2. Windows color (decimal): -794822 or 3858419. OLE color: 3858419.
HSL color Cylindrical-coordinate representation of color #F3DF3A: hue angle of 53.51º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F3DF3A is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 58 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.05 |
| HSL | 53.51º | 0.89% | 0.59% | - |
| HSV(B) | 53.51º | 0.76% | 0.95% | - |
| XYZ | 64.11 | 72.14 | 14.55 | - |
| YUV | 210.17 | 42.13 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 58 | 0 | 0.08 | 0.76 | 0.05 | 53.51 | 0.89 | 0.59 |
| Hex | F3 | DF | 3A | 0 | 8 | 4C | 5 | 36 | 59 | 3B |
| Octal | 363 | 337 | 72 | 0 | 10 | 114 | 5 | 66 | 131 | 73 |
| Binary | 11110011 | 11011111 | 111010 | 0 | 1000 | 1001100 | 101 | 110110 | 1011001 | 111011 |
Color Harmonies of #F3DF3A
Complementary color
Monochromatic Colors of #F3DF3A
Black with #F3DF3A
Text Example
Text Example
White with #F3DF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DF3A; }
p { color: rgb(243,223,58); }
H1.HeaderClassName
{
color: #F3DF3A;
}
.AnyTagClassName
{
color: #F3DF3A;
}
</style>
background-color css
<style>
a { background-color: #F3DF3A; }
a { background-color: rgb(243,223,58); }
div.DivClassName
{
background-color: #F3DF3A;
}
.BgClassName
{
background-color: #F3DF3A;
}
</style>
border-color css
<style>
span { border-color: #F3DF3A; }
span { border-color: rgb(243,223,58); }
td.TdClassName
{
border-color: #F3DF3A;
}
.TagClassName
{
border-color: #F3DF3A;
}
</style>