Shades of Gorse #FDDA34
Tints of Gorse #FDDA34
RGB
CMYK
RGB Variations
Color information
#FDDA34 (or 0xFDDA34) is known color: Gorse. HEX triplet: FD, DA and 34. RGB value is (253,218,52). Sum of RGB (Red+Green+Blue) = 253+218+52=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 52 (20.70% from 255 or 9.94% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDA34 is #0225CB. Grayscale: #D2D2D2. Windows color (decimal): -140748 or 3463933. OLE color: 3463933.
HSL color Cylindrical-coordinate representation of color #FDDA34: hue angle of 49.55º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FDDA34 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 52 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.01 |
| HSL | 49.55º | 0.98% | 0.6% | - |
| HSV(B) | 49.55º | 0.79% | 0.99% | - |
| XYZ | 66.2 | 71.27 | 13.52 | - |
| YUV | 209.54 | 39.1 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 52 | 0 | 0.14 | 0.79 | 0.01 | 49.55 | 0.98 | 0.6 |
| Hex | FD | DA | 34 | 0 | E | 4F | 1 | 32 | 62 | 3C |
| Octal | 375 | 332 | 64 | 0 | 16 | 117 | 1 | 62 | 142 | 74 |
| Binary | 11111101 | 11011010 | 110100 | 0 | 1110 | 1001111 | 1 | 110010 | 1100010 | 111100 |
Color Harmonies of #FDDA34
Complementary color
Monochromatic Colors of #FDDA34
Black with #FDDA34
Text Example
Text Example
White with #FDDA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA34; }
p { color: rgb(253,218,52); }
H1.HeaderClassName
{
color: #FDDA34;
}
.AnyTagClassName
{
color: #FDDA34;
}
</style>
background-color css
<style>
a { background-color: #FDDA34; }
a { background-color: rgb(253,218,52); }
div.DivClassName
{
background-color: #FDDA34;
}
.BgClassName
{
background-color: #FDDA34;
}
</style>
border-color css
<style>
span { border-color: #FDDA34; }
span { border-color: rgb(253,218,52); }
td.TdClassName
{
border-color: #FDDA34;
}
.TagClassName
{
border-color: #FDDA34;
}
</style>