Shades of Gorse #FDF93C
Tints of Gorse #FDF93C
RGB
CMYK
RGB Variations
Color information
#FDF93C (or 0xFDF93C) is known color: Gorse. HEX triplet: FD, F9 and 3C. RGB value is (253,249,60). Sum of RGB (Red+Green+Blue) = 253+249+60=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 60 (23.83% from 255 or 10.68% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF93C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF93C is #0206C3. Grayscale: #E5E5E5. Windows color (decimal): -132804 or 3996157. OLE color: 3996157.
HSL color Cylindrical-coordinate representation of color #FDF93C: hue angle of 58.76º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDF93C is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 60 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.01 |
| HSL | 58.76º | 0.98% | 0.61% | - |
| HSV(B) | 58.76º | 0.76% | 0.99% | - |
| XYZ | 75.2 | 88.96 | 17.48 | - |
| YUV | 228.65 | 32.83 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 60 | 0 | 0.02 | 0.76 | 0.01 | 58.76 | 0.98 | 0.61 |
| Hex | FD | F9 | 3C | 0 | 2 | 4C | 1 | 3B | 62 | 3D |
| Octal | 375 | 371 | 74 | 0 | 2 | 114 | 1 | 73 | 142 | 75 |
| Binary | 11111101 | 11111001 | 111100 | 0 | 10 | 1001100 | 1 | 111011 | 1100010 | 111101 |
Color Harmonies of #FDF93C
Complementary color
Monochromatic Colors of #FDF93C
Black with #FDF93C
Text Example
Text Example
White with #FDF93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF93C; }
p { color: rgb(253,249,60); }
H1.HeaderClassName
{
color: #FDF93C;
}
.AnyTagClassName
{
color: #FDF93C;
}
</style>
background-color css
<style>
a { background-color: #FDF93C; }
a { background-color: rgb(253,249,60); }
div.DivClassName
{
background-color: #FDF93C;
}
.BgClassName
{
background-color: #FDF93C;
}
</style>
border-color css
<style>
span { border-color: #FDF93C; }
span { border-color: rgb(253,249,60); }
td.TdClassName
{
border-color: #FDF93C;
}
.TagClassName
{
border-color: #FDF93C;
}
</style>