Shades of Gorse #FDDA40
Tints of Gorse #FDDA40
RGB
CMYK
RGB Variations
Color information
#FDDA40 (or 0xFDDA40) is known color: Gorse. HEX triplet: FD, DA and 40. RGB value is (253,218,64). Sum of RGB (Red+Green+Blue) = 253+218+64=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 64 (25.39% from 255 or 11.96% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDA40 is #0225BF. Grayscale: #D3D3D3. Windows color (decimal): -140736 or 4250365. OLE color: 4250365.
HSL color Cylindrical-coordinate representation of color #FDDA40: hue angle of 48.89º 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 #FDDA40 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 64 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.01 |
| HSL | 48.89º | 0.98% | 0.62% | - |
| HSV(B) | 48.89º | 0.75% | 0.99% | - |
| XYZ | 66.5 | 71.4 | 15.13 | - |
| YUV | 210.91 | 45.1 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 64 | 0 | 0.14 | 0.75 | 0.01 | 48.89 | 0.98 | 0.62 |
| Hex | FD | DA | 40 | 0 | E | 4B | 1 | 31 | 62 | 3E |
| Octal | 375 | 332 | 100 | 0 | 16 | 113 | 1 | 61 | 142 | 76 |
| Binary | 11111101 | 11011010 | 1000000 | 0 | 1110 | 1001011 | 1 | 110001 | 1100010 | 111110 |
Color Harmonies of #FDDA40
Complementary color
Monochromatic Colors of #FDDA40
Black with #FDDA40
Text Example
Text Example
White with #FDDA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA40; }
p { color: rgb(253,218,64); }
H1.HeaderClassName
{
color: #FDDA40;
}
.AnyTagClassName
{
color: #FDDA40;
}
</style>
background-color css
<style>
a { background-color: #FDDA40; }
a { background-color: rgb(253,218,64); }
div.DivClassName
{
background-color: #FDDA40;
}
.BgClassName
{
background-color: #FDDA40;
}
</style>
border-color css
<style>
span { border-color: #FDDA40; }
span { border-color: rgb(253,218,64); }
td.TdClassName
{
border-color: #FDDA40;
}
.TagClassName
{
border-color: #FDDA40;
}
</style>