Shades of Gorse #FDF13D
Tints of Gorse #FDF13D
RGB
CMYK
RGB Variations
Color information
#FDF13D (or 0xFDF13D) is known color: Gorse. HEX triplet: FD, F1 and 3D. RGB value is (253,241,61). Sum of RGB (Red+Green+Blue) = 253+241+61=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 61 (24.22% from 255 or 10.99% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF13D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF13D is #020EC2. Grayscale: #E0E0E0. Windows color (decimal): -134851 or 4059645. OLE color: 4059645.
HSL color Cylindrical-coordinate representation of color #FDF13D: hue angle of 56.25º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDF13D is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 61 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.01 |
| HSL | 56.25º | 0.98% | 0.62% | - |
| HSV(B) | 56.25º | 0.76% | 0.99% | - |
| XYZ | 72.81 | 84.13 | 16.82 | - |
| YUV | 224.07 | 35.98 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 61 | 0 | 0.05 | 0.76 | 0.01 | 56.25 | 0.98 | 0.62 |
| Hex | FD | F1 | 3D | 0 | 5 | 4C | 1 | 38 | 62 | 3E |
| Octal | 375 | 361 | 75 | 0 | 5 | 114 | 1 | 70 | 142 | 76 |
| Binary | 11111101 | 11110001 | 111101 | 0 | 101 | 1001100 | 1 | 111000 | 1100010 | 111110 |
Color Harmonies of #FDF13D
Complementary color
Monochromatic Colors of #FDF13D
Black with #FDF13D
Text Example
Text Example
White with #FDF13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF13D; }
p { color: rgb(253,241,61); }
H1.HeaderClassName
{
color: #FDF13D;
}
.AnyTagClassName
{
color: #FDF13D;
}
</style>
background-color css
<style>
a { background-color: #FDF13D; }
a { background-color: rgb(253,241,61); }
div.DivClassName
{
background-color: #FDF13D;
}
.BgClassName
{
background-color: #FDF13D;
}
</style>
border-color css
<style>
span { border-color: #FDF13D; }
span { border-color: rgb(253,241,61); }
td.TdClassName
{
border-color: #FDF13D;
}
.TagClassName
{
border-color: #FDF13D;
}
</style>