Shades of Gorse #FDDA33
Tints of Gorse #FDDA33
RGB
CMYK
RGB Variations
Color information
#FDDA33 (or 0xFDDA33) is known color: Gorse. HEX triplet: FD, DA and 33. RGB value is (253,218,51). Sum of RGB (Red+Green+Blue) = 253+218+51=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 51 (20.31% from 255 or 9.77% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDA33 is #0225CC. Grayscale: #D2D2D2. Windows color (decimal): -140749 or 3398397. OLE color: 3398397.
HSL color Cylindrical-coordinate representation of color #FDDA33: hue angle of 49.6º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDDA33 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 51 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.01 |
| HSL | 49.6º | 0.98% | 0.6% | - |
| HSV(B) | 49.6º | 0.8% | 0.99% | - |
| XYZ | 66.18 | 71.26 | 13.4 | - |
| YUV | 209.43 | 38.6 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 51 | 0 | 0.14 | 0.80 | 0.01 | 49.6 | 0.98 | 0.6 |
| Hex | FD | DA | 33 | 0 | E | 50 | 1 | 32 | 62 | 3C |
| Octal | 375 | 332 | 63 | 0 | 16 | 120 | 1 | 62 | 142 | 74 |
| Binary | 11111101 | 11011010 | 110011 | 0 | 1110 | 1010000 | 1 | 110010 | 1100010 | 111100 |
Color Harmonies of #FDDA33
Complementary color
Monochromatic Colors of #FDDA33
Black with #FDDA33
Text Example
Text Example
White with #FDDA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA33; }
p { color: rgb(253,218,51); }
H1.HeaderClassName
{
color: #FDDA33;
}
.AnyTagClassName
{
color: #FDDA33;
}
</style>
background-color css
<style>
a { background-color: #FDDA33; }
a { background-color: rgb(253,218,51); }
div.DivClassName
{
background-color: #FDDA33;
}
.BgClassName
{
background-color: #FDDA33;
}
</style>
border-color css
<style>
span { border-color: #FDDA33; }
span { border-color: rgb(253,218,51); }
td.TdClassName
{
border-color: #FDDA33;
}
.TagClassName
{
border-color: #FDDA33;
}
</style>