Shades of Gorse #FDDD36
Tints of Gorse #FDDD36
RGB
CMYK
RGB Variations
Color information
#FDDD36 (or 0xFDDD36) is known color: Gorse. HEX triplet: FD, DD and 36. RGB value is (253,221,54). Sum of RGB (Red+Green+Blue) = 253+221+54=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 54 (21.48% from 255 or 10.23% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDD36 is #0222C9. Grayscale: #D4D4D4. Windows color (decimal): -139978 or 3595773. OLE color: 3595773.
HSL color Cylindrical-coordinate representation of color #FDDD36: hue angle of 50.35º 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 #FDDD36 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 54 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.01 |
| HSL | 50.35º | 0.98% | 0.6% | - |
| HSV(B) | 50.35º | 0.79% | 0.99% | - |
| XYZ | 67.03 | 72.86 | 14.02 | - |
| YUV | 211.53 | 39.1 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 54 | 0 | 0.13 | 0.79 | 0.01 | 50.35 | 0.98 | 0.6 |
| Hex | FD | DD | 36 | 0 | D | 4F | 1 | 32 | 62 | 3C |
| Octal | 375 | 335 | 66 | 0 | 15 | 117 | 1 | 62 | 142 | 74 |
| Binary | 11111101 | 11011101 | 110110 | 0 | 1101 | 1001111 | 1 | 110010 | 1100010 | 111100 |
Color Harmonies of #FDDD36
Complementary color
Monochromatic Colors of #FDDD36
Black with #FDDD36
Text Example
Text Example
White with #FDDD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD36; }
p { color: rgb(253,221,54); }
H1.HeaderClassName
{
color: #FDDD36;
}
.AnyTagClassName
{
color: #FDDD36;
}
</style>
background-color css
<style>
a { background-color: #FDDD36; }
a { background-color: rgb(253,221,54); }
div.DivClassName
{
background-color: #FDDD36;
}
.BgClassName
{
background-color: #FDDD36;
}
</style>
border-color css
<style>
span { border-color: #FDDD36; }
span { border-color: rgb(253,221,54); }
td.TdClassName
{
border-color: #FDDD36;
}
.TagClassName
{
border-color: #FDDD36;
}
</style>