Shades of Gorse #FDF23D
Tints of Gorse #FDF23D
RGB
CMYK
RGB Variations
Color information
#FDF23D (or 0xFDF23D) is known color: Gorse. HEX triplet: FD, F2 and 3D. RGB value is (253,242,61). Sum of RGB (Red+Green+Blue) = 253+242+61=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 242 (94.92% from 255 or 43.53% from 556); Blue value is 61 (24.22% from 255 or 10.97% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF23D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF23D is #020DC2. Grayscale: #E1E1E1. Windows color (decimal): -134595 or 4059901. OLE color: 4059901.
HSL color Cylindrical-coordinate representation of color #FDF23D: hue angle of 56.56º 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 #FDF23D is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 61 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.01 |
| HSL | 56.56º | 0.98% | 0.62% | - |
| HSV(B) | 56.56º | 0.76% | 0.99% | - |
| XYZ | 73.1 | 84.72 | 16.92 | - |
| YUV | 224.66 | 35.64 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 61 | 0 | 0.04 | 0.76 | 0.01 | 56.56 | 0.98 | 0.62 |
| Hex | FD | F2 | 3D | 0 | 4 | 4C | 1 | 39 | 62 | 3E |
| Octal | 375 | 362 | 75 | 0 | 4 | 114 | 1 | 71 | 142 | 76 |
| Binary | 11111101 | 11110010 | 111101 | 0 | 100 | 1001100 | 1 | 111001 | 1100010 | 111110 |
Color Harmonies of #FDF23D
Complementary color
Monochromatic Colors of #FDF23D
Black with #FDF23D
Text Example
Text Example
White with #FDF23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF23D; }
p { color: rgb(253,242,61); }
H1.HeaderClassName
{
color: #FDF23D;
}
.AnyTagClassName
{
color: #FDF23D;
}
</style>
background-color css
<style>
a { background-color: #FDF23D; }
a { background-color: rgb(253,242,61); }
div.DivClassName
{
background-color: #FDF23D;
}
.BgClassName
{
background-color: #FDF23D;
}
</style>
border-color css
<style>
span { border-color: #FDF23D; }
span { border-color: rgb(253,242,61); }
td.TdClassName
{
border-color: #FDF23D;
}
.TagClassName
{
border-color: #FDF23D;
}
</style>