Shades of Gorse #FDDF3E
Tints of Gorse #FDDF3E
RGB
CMYK
RGB Variations
Color information
#FDDF3E (or 0xFDDF3E) is known color: Gorse. HEX triplet: FD, DF and 3E. RGB value is (253,223,62). Sum of RGB (Red+Green+Blue) = 253+223+62=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 62 (24.61% from 255 or 11.52% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDF3E is #0220C1. Grayscale: #D6D6D6. Windows color (decimal): -139458 or 4120573. OLE color: 4120573.
HSL color Cylindrical-coordinate representation of color #FDDF3E: hue angle of 50.58º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDDF3E is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 62 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.01 |
| HSL | 50.58º | 0.98% | 0.62% | - |
| HSV(B) | 50.58º | 0.75% | 0.99% | - |
| XYZ | 67.77 | 74.01 | 15.27 | - |
| YUV | 213.62 | 42.44 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 62 | 0 | 0.12 | 0.75 | 0.01 | 50.58 | 0.98 | 0.62 |
| Hex | FD | DF | 3E | 0 | C | 4B | 1 | 33 | 62 | 3E |
| Octal | 375 | 337 | 76 | 0 | 14 | 113 | 1 | 63 | 142 | 76 |
| Binary | 11111101 | 11011111 | 111110 | 0 | 1100 | 1001011 | 1 | 110011 | 1100010 | 111110 |
Color Harmonies of #FDDF3E
Complementary color
Monochromatic Colors of #FDDF3E
Black with #FDDF3E
Text Example
Text Example
White with #FDDF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF3E; }
p { color: rgb(253,223,62); }
H1.HeaderClassName
{
color: #FDDF3E;
}
.AnyTagClassName
{
color: #FDDF3E;
}
</style>
background-color css
<style>
a { background-color: #FDDF3E; }
a { background-color: rgb(253,223,62); }
div.DivClassName
{
background-color: #FDDF3E;
}
.BgClassName
{
background-color: #FDDF3E;
}
</style>
border-color css
<style>
span { border-color: #FDDF3E; }
span { border-color: rgb(253,223,62); }
td.TdClassName
{
border-color: #FDDF3E;
}
.TagClassName
{
border-color: #FDDF3E;
}
</style>