Shades of Gorse #FDDC30
Tints of Gorse #FDDC30
RGB
CMYK
RGB Variations
Color information
#FDDC30 (or 0xFDDC30) is known color: Gorse. HEX triplet: FD, DC and 30. RGB value is (253,220,48). Sum of RGB (Red+Green+Blue) = 253+220+48=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 48 (19.14% from 255 or 9.21% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC30 is #0223CF. Grayscale: #D2D2D2. Windows color (decimal): -140240 or 3202301. OLE color: 3202301.
HSL color Cylindrical-coordinate representation of color #FDDC30: hue angle of 50.34º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDDC30 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 48 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.01 |
| HSL | 50.34º | 0.98% | 0.59% | - |
| HSV(B) | 50.34º | 0.81% | 0.99% | - |
| XYZ | 66.63 | 72.28 | 13.24 | - |
| YUV | 210.26 | 36.43 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 48 | 0 | 0.13 | 0.81 | 0.01 | 50.34 | 0.98 | 0.59 |
| Hex | FD | DC | 30 | 0 | D | 51 | 1 | 32 | 62 | 3B |
| Octal | 375 | 334 | 60 | 0 | 15 | 121 | 1 | 62 | 142 | 73 |
| Binary | 11111101 | 11011100 | 110000 | 0 | 1101 | 1010001 | 1 | 110010 | 1100010 | 111011 |
Color Harmonies of #FDDC30
Complementary color
Monochromatic Colors of #FDDC30
Black with #FDDC30
Text Example
Text Example
White with #FDDC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC30; }
p { color: rgb(253,220,48); }
H1.HeaderClassName
{
color: #FDDC30;
}
.AnyTagClassName
{
color: #FDDC30;
}
</style>
background-color css
<style>
a { background-color: #FDDC30; }
a { background-color: rgb(253,220,48); }
div.DivClassName
{
background-color: #FDDC30;
}
.BgClassName
{
background-color: #FDDC30;
}
</style>
border-color css
<style>
span { border-color: #FDDC30; }
span { border-color: rgb(253,220,48); }
td.TdClassName
{
border-color: #FDDC30;
}
.TagClassName
{
border-color: #FDDC30;
}
</style>