Shades of Gorse #FDDC27
Tints of Gorse #FDDC27
RGB
CMYK
RGB Variations
Color information
#FDDC27 (or 0xFDDC27) is known color: Gorse. HEX triplet: FD, DC and 27. RGB value is (253,220,39). Sum of RGB (Red+Green+Blue) = 253+220+39=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 39 (15.62% from 255 or 7.62% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC27 is #0223D8. Grayscale: #D1D1D1. Windows color (decimal): -140249 or 2612477. OLE color: 2612477.
HSL color Cylindrical-coordinate representation of color #FDDC27: hue angle of 50.75º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FDDC27 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 39 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.01 |
| HSL | 50.75º | 0.98% | 0.57% | - |
| HSV(B) | 50.75º | 0.85% | 0.99% | - |
| XYZ | 66.47 | 72.22 | 12.36 | - |
| YUV | 209.23 | 31.93 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 39 | 0 | 0.13 | 0.85 | 0.01 | 50.75 | 0.98 | 0.57 |
| Hex | FD | DC | 27 | 0 | D | 55 | 1 | 33 | 62 | 39 |
| Octal | 375 | 334 | 47 | 0 | 15 | 125 | 1 | 63 | 142 | 71 |
| Binary | 11111101 | 11011100 | 100111 | 0 | 1101 | 1010101 | 1 | 110011 | 1100010 | 111001 |
Color Harmonies of #FDDC27
Complementary color
Monochromatic Colors of #FDDC27
Black with #FDDC27
Text Example
Text Example
White with #FDDC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC27; }
p { color: rgb(253,220,39); }
H1.HeaderClassName
{
color: #FDDC27;
}
.AnyTagClassName
{
color: #FDDC27;
}
</style>
background-color css
<style>
a { background-color: #FDDC27; }
a { background-color: rgb(253,220,39); }
div.DivClassName
{
background-color: #FDDC27;
}
.BgClassName
{
background-color: #FDDC27;
}
</style>
border-color css
<style>
span { border-color: #FDDC27; }
span { border-color: rgb(253,220,39); }
td.TdClassName
{
border-color: #FDDC27;
}
.TagClassName
{
border-color: #FDDC27;
}
</style>