Shades of Gorse #FDD938
Tints of Gorse #FDD938
RGB
CMYK
RGB Variations
Color information
#FDD938 (or 0xFDD938) is known color: Gorse. HEX triplet: FD, D9 and 38. RGB value is (253,217,56). Sum of RGB (Red+Green+Blue) = 253+217+56=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 56 (22.27% from 255 or 10.65% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD938 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD938 is #0226C7. Grayscale: #D2D2D2. Windows color (decimal): -141000 or 3725821. OLE color: 3725821.
HSL color Cylindrical-coordinate representation of color #FDD938: hue angle of 49.04º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FDD938 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 56 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.01 |
| HSL | 49.04º | 0.98% | 0.61% | - |
| HSV(B) | 49.04º | 0.78% | 0.99% | - |
| XYZ | 66.03 | 70.79 | 13.93 | - |
| YUV | 209.41 | 41.43 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 56 | 0 | 0.14 | 0.78 | 0.01 | 49.04 | 0.98 | 0.61 |
| Hex | FD | D9 | 38 | 0 | E | 4E | 1 | 31 | 62 | 3D |
| Octal | 375 | 331 | 70 | 0 | 16 | 116 | 1 | 61 | 142 | 75 |
| Binary | 11111101 | 11011001 | 111000 | 0 | 1110 | 1001110 | 1 | 110001 | 1100010 | 111101 |
Color Harmonies of #FDD938
Complementary color
Monochromatic Colors of #FDD938
Black with #FDD938
Text Example
Text Example
White with #FDD938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD938; }
p { color: rgb(253,217,56); }
H1.HeaderClassName
{
color: #FDD938;
}
.AnyTagClassName
{
color: #FDD938;
}
</style>
background-color css
<style>
a { background-color: #FDD938; }
a { background-color: rgb(253,217,56); }
div.DivClassName
{
background-color: #FDD938;
}
.BgClassName
{
background-color: #FDD938;
}
</style>
border-color css
<style>
span { border-color: #FDD938; }
span { border-color: rgb(253,217,56); }
td.TdClassName
{
border-color: #FDD938;
}
.TagClassName
{
border-color: #FDD938;
}
</style>