Shades of Gorse #FDDA3C
Tints of Gorse #FDDA3C
RGB
CMYK
RGB Variations
Color information
#FDDA3C (or 0xFDDA3C) is known color: Gorse. HEX triplet: FD, DA and 3C. RGB value is (253,218,60). Sum of RGB (Red+Green+Blue) = 253+218+60=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 60 (23.83% from 255 or 11.30% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDA3C is #0225C3. Grayscale: #D3D3D3. Windows color (decimal): -140740 or 3988221. OLE color: 3988221.
HSL color Cylindrical-coordinate representation of color #FDDA3C: hue angle of 49.12º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDDA3C is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 60 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.01 |
| HSL | 49.12º | 0.98% | 0.61% | - |
| HSV(B) | 49.12º | 0.76% | 0.99% | - |
| XYZ | 66.4 | 71.35 | 14.55 | - |
| YUV | 210.45 | 43.1 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 60 | 0 | 0.14 | 0.76 | 0.01 | 49.12 | 0.98 | 0.61 |
| Hex | FD | DA | 3C | 0 | E | 4C | 1 | 31 | 62 | 3D |
| Octal | 375 | 332 | 74 | 0 | 16 | 114 | 1 | 61 | 142 | 75 |
| Binary | 11111101 | 11011010 | 111100 | 0 | 1110 | 1001100 | 1 | 110001 | 1100010 | 111101 |
Color Harmonies of #FDDA3C
Complementary color
Monochromatic Colors of #FDDA3C
Black with #FDDA3C
Text Example
Text Example
White with #FDDA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA3C; }
p { color: rgb(253,218,60); }
H1.HeaderClassName
{
color: #FDDA3C;
}
.AnyTagClassName
{
color: #FDDA3C;
}
</style>
background-color css
<style>
a { background-color: #FDDA3C; }
a { background-color: rgb(253,218,60); }
div.DivClassName
{
background-color: #FDDA3C;
}
.BgClassName
{
background-color: #FDDA3C;
}
</style>
border-color css
<style>
span { border-color: #FDDA3C; }
span { border-color: rgb(253,218,60); }
td.TdClassName
{
border-color: #FDDA3C;
}
.TagClassName
{
border-color: #FDDA3C;
}
</style>