Shades of Gorse #FDDE28
Tints of Gorse #FDDE28
RGB
CMYK
RGB Variations
Color information
#FDDE28 (or 0xFDDE28) is known color: Gorse. HEX triplet: FD, DE and 28. RGB value is (253,222,40). Sum of RGB (Red+Green+Blue) = 253+222+40=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 40 (16.02% from 255 or 7.77% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDE28 is #0221D7. Grayscale: #D3D3D3. Windows color (decimal): -139736 or 2678525. OLE color: 2678525.
HSL color Cylindrical-coordinate representation of color #FDDE28: hue angle of 51.27º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FDDE28 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 40 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.01 |
| HSL | 51.27º | 0.98% | 0.57% | - |
| HSV(B) | 51.27º | 0.84% | 0.99% | - |
| XYZ | 67.01 | 73.28 | 12.62 | - |
| YUV | 210.52 | 31.77 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 40 | 0 | 0.12 | 0.84 | 0.01 | 51.27 | 0.98 | 0.57 |
| Hex | FD | DE | 28 | 0 | C | 54 | 1 | 33 | 62 | 39 |
| Octal | 375 | 336 | 50 | 0 | 14 | 124 | 1 | 63 | 142 | 71 |
| Binary | 11111101 | 11011110 | 101000 | 0 | 1100 | 1010100 | 1 | 110011 | 1100010 | 111001 |
Color Harmonies of #FDDE28
Complementary color
Monochromatic Colors of #FDDE28
Black with #FDDE28
Text Example
Text Example
White with #FDDE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDE28; }
p { color: rgb(253,222,40); }
H1.HeaderClassName
{
color: #FDDE28;
}
.AnyTagClassName
{
color: #FDDE28;
}
</style>
background-color css
<style>
a { background-color: #FDDE28; }
a { background-color: rgb(253,222,40); }
div.DivClassName
{
background-color: #FDDE28;
}
.BgClassName
{
background-color: #FDDE28;
}
</style>
border-color css
<style>
span { border-color: #FDDE28; }
span { border-color: rgb(253,222,40); }
td.TdClassName
{
border-color: #FDDE28;
}
.TagClassName
{
border-color: #FDDE28;
}
</style>