Shades of Gorse #FDDF2D
Tints of Gorse #FDDF2D
RGB
CMYK
RGB Variations
Color information
#FDDF2D (or 0xFDDF2D) is known color: Gorse. HEX triplet: FD, DF and 2D. RGB value is (253,223,45). Sum of RGB (Red+Green+Blue) = 253+223+45=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 45 (17.97% from 255 or 8.64% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDF2D is #0220D2. Grayscale: #D4D4D4. Windows color (decimal): -139475 or 3006461. OLE color: 3006461.
HSL color Cylindrical-coordinate representation of color #FDDF2D: hue angle of 51.35º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDDF2D is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 45 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.01 |
| HSL | 51.35º | 0.98% | 0.58% | - |
| HSV(B) | 51.35º | 0.82% | 0.99% | - |
| XYZ | 67.37 | 73.85 | 13.19 | - |
| YUV | 211.68 | 33.94 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 45 | 0 | 0.12 | 0.82 | 0.01 | 51.35 | 0.98 | 0.58 |
| Hex | FD | DF | 2D | 0 | C | 52 | 1 | 33 | 62 | 3A |
| Octal | 375 | 337 | 55 | 0 | 14 | 122 | 1 | 63 | 142 | 72 |
| Binary | 11111101 | 11011111 | 101101 | 0 | 1100 | 1010010 | 1 | 110011 | 1100010 | 111010 |
Color Harmonies of #FDDF2D
Complementary color
Monochromatic Colors of #FDDF2D
Black with #FDDF2D
Text Example
Text Example
White with #FDDF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF2D; }
p { color: rgb(253,223,45); }
H1.HeaderClassName
{
color: #FDDF2D;
}
.AnyTagClassName
{
color: #FDDF2D;
}
</style>
background-color css
<style>
a { background-color: #FDDF2D; }
a { background-color: rgb(253,223,45); }
div.DivClassName
{
background-color: #FDDF2D;
}
.BgClassName
{
background-color: #FDDF2D;
}
</style>
border-color css
<style>
span { border-color: #FDDF2D; }
span { border-color: rgb(253,223,45); }
td.TdClassName
{
border-color: #FDDF2D;
}
.TagClassName
{
border-color: #FDDF2D;
}
</style>