Shades of Gorse #FDDF3F
Tints of Gorse #FDDF3F
RGB
CMYK
RGB Variations
Color information
#FDDF3F (or 0xFDDF3F) is known color: Gorse. HEX triplet: FD, DF and 3F. RGB value is (253,223,63). Sum of RGB (Red+Green+Blue) = 253+223+63=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 63 (25% from 255 or 11.69% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDF3F is #0220C0. Grayscale: #D6D6D6. Windows color (decimal): -139457 or 4186109. OLE color: 4186109.
HSL color Cylindrical-coordinate representation of color #FDDF3F: hue angle of 50.53º 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 #FDDF3F is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 63 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.01 |
| HSL | 50.53º | 0.98% | 0.62% | - |
| HSV(B) | 50.53º | 0.75% | 0.99% | - |
| XYZ | 67.79 | 74.02 | 15.42 | - |
| YUV | 213.73 | 42.94 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 63 | 0 | 0.12 | 0.75 | 0.01 | 50.53 | 0.98 | 0.62 |
| Hex | FD | DF | 3F | 0 | C | 4B | 1 | 33 | 62 | 3E |
| Octal | 375 | 337 | 77 | 0 | 14 | 113 | 1 | 63 | 142 | 76 |
| Binary | 11111101 | 11011111 | 111111 | 0 | 1100 | 1001011 | 1 | 110011 | 1100010 | 111110 |
Color Harmonies of #FDDF3F
Complementary color
Monochromatic Colors of #FDDF3F
Black with #FDDF3F
Text Example
Text Example
White with #FDDF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF3F; }
p { color: rgb(253,223,63); }
H1.HeaderClassName
{
color: #FDDF3F;
}
.AnyTagClassName
{
color: #FDDF3F;
}
</style>
background-color css
<style>
a { background-color: #FDDF3F; }
a { background-color: rgb(253,223,63); }
div.DivClassName
{
background-color: #FDDF3F;
}
.BgClassName
{
background-color: #FDDF3F;
}
</style>
border-color css
<style>
span { border-color: #FDDF3F; }
span { border-color: rgb(253,223,63); }
td.TdClassName
{
border-color: #FDDF3F;
}
.TagClassName
{
border-color: #FDDF3F;
}
</style>