Shades of Gorse #FDDD25
Tints of Gorse #FDDD25
RGB
CMYK
RGB Variations
Color information
#FDDD25 (or 0xFDDD25) is known color: Gorse. HEX triplet: FD, DD and 25. RGB value is (253,221,37). Sum of RGB (Red+Green+Blue) = 253+221+37=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 37 (14.84% from 255 or 7.24% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDD25 is #0222DA. Grayscale: #D2D2D2. Windows color (decimal): -139995 or 2481661. OLE color: 2481661.
HSL color Cylindrical-coordinate representation of color #FDDD25: hue angle of 51.11º 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 #FDDD25 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 37 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.01 |
| HSL | 51.11º | 0.98% | 0.57% | - |
| HSV(B) | 51.11º | 0.85% | 0.99% | - |
| XYZ | 66.7 | 72.73 | 12.27 | - |
| YUV | 209.59 | 30.6 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 37 | 0 | 0.13 | 0.85 | 0.01 | 51.11 | 0.98 | 0.57 |
| Hex | FD | DD | 25 | 0 | D | 55 | 1 | 33 | 62 | 39 |
| Octal | 375 | 335 | 45 | 0 | 15 | 125 | 1 | 63 | 142 | 71 |
| Binary | 11111101 | 11011101 | 100101 | 0 | 1101 | 1010101 | 1 | 110011 | 1100010 | 111001 |
Color Harmonies of #FDDD25
Complementary color
Monochromatic Colors of #FDDD25
Black with #FDDD25
Text Example
Text Example
White with #FDDD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD25; }
p { color: rgb(253,221,37); }
H1.HeaderClassName
{
color: #FDDD25;
}
.AnyTagClassName
{
color: #FDDD25;
}
</style>
background-color css
<style>
a { background-color: #FDDD25; }
a { background-color: rgb(253,221,37); }
div.DivClassName
{
background-color: #FDDD25;
}
.BgClassName
{
background-color: #FDDD25;
}
</style>
border-color css
<style>
span { border-color: #FDDD25; }
span { border-color: rgb(253,221,37); }
td.TdClassName
{
border-color: #FDDD25;
}
.TagClassName
{
border-color: #FDDD25;
}
</style>