Shades of Gorse #FDDD2C
Tints of Gorse #FDDD2C
RGB
CMYK
RGB Variations
Color information
#FDDD2C (or 0xFDDD2C) is known color: Gorse. HEX triplet: FD, DD and 2C. RGB value is (253,221,44). Sum of RGB (Red+Green+Blue) = 253+221+44=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 44 (17.58% from 255 or 8.49% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDD2C is #0222D3. Grayscale: #D3D3D3. Windows color (decimal): -139988 or 2940413. OLE color: 2940413.
HSL color Cylindrical-coordinate representation of color #FDDD2C: hue angle of 50.81º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDDD2C is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 44 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.01 |
| HSL | 50.81º | 0.98% | 0.58% | - |
| HSV(B) | 50.81º | 0.83% | 0.99% | - |
| XYZ | 66.82 | 72.78 | 12.91 | - |
| YUV | 210.39 | 34.1 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 44 | 0 | 0.13 | 0.83 | 0.01 | 50.81 | 0.98 | 0.58 |
| Hex | FD | DD | 2C | 0 | D | 53 | 1 | 33 | 62 | 3A |
| Octal | 375 | 335 | 54 | 0 | 15 | 123 | 1 | 63 | 142 | 72 |
| Binary | 11111101 | 11011101 | 101100 | 0 | 1101 | 1010011 | 1 | 110011 | 1100010 | 111010 |
Color Harmonies of #FDDD2C
Complementary color
Monochromatic Colors of #FDDD2C
Black with #FDDD2C
Text Example
Text Example
White with #FDDD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD2C; }
p { color: rgb(253,221,44); }
H1.HeaderClassName
{
color: #FDDD2C;
}
.AnyTagClassName
{
color: #FDDD2C;
}
</style>
background-color css
<style>
a { background-color: #FDDD2C; }
a { background-color: rgb(253,221,44); }
div.DivClassName
{
background-color: #FDDD2C;
}
.BgClassName
{
background-color: #FDDD2C;
}
</style>
border-color css
<style>
span { border-color: #FDDD2C; }
span { border-color: rgb(253,221,44); }
td.TdClassName
{
border-color: #FDDD2C;
}
.TagClassName
{
border-color: #FDDD2C;
}
</style>