Shades of Gorse #FDDE32
Tints of Gorse #FDDE32
RGB
CMYK
RGB Variations
Color information
#FDDE32 (or 0xFDDE32) is known color: Gorse. HEX triplet: FD, DE and 32. RGB value is (253,222,50). Sum of RGB (Red+Green+Blue) = 253+222+50=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 50 (19.92% from 255 or 9.52% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDE32 is #0221CD. Grayscale: #D4D4D4. Windows color (decimal): -139726 or 3333885. OLE color: 3333885.
HSL color Cylindrical-coordinate representation of color #FDDE32: hue angle of 50.84º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDDE32 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 50 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.01 |
| HSL | 50.84º | 0.98% | 0.59% | - |
| HSV(B) | 50.84º | 0.8% | 0.99% | - |
| XYZ | 67.21 | 73.36 | 13.63 | - |
| YUV | 211.66 | 36.77 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 50 | 0 | 0.12 | 0.80 | 0.01 | 50.84 | 0.98 | 0.59 |
| Hex | FD | DE | 32 | 0 | C | 50 | 1 | 33 | 62 | 3B |
| Octal | 375 | 336 | 62 | 0 | 14 | 120 | 1 | 63 | 142 | 73 |
| Binary | 11111101 | 11011110 | 110010 | 0 | 1100 | 1010000 | 1 | 110011 | 1100010 | 111011 |
Color Harmonies of #FDDE32
Complementary color
Monochromatic Colors of #FDDE32
Black with #FDDE32
Text Example
Text Example
White with #FDDE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDE32; }
p { color: rgb(253,222,50); }
H1.HeaderClassName
{
color: #FDDE32;
}
.AnyTagClassName
{
color: #FDDE32;
}
</style>
background-color css
<style>
a { background-color: #FDDE32; }
a { background-color: rgb(253,222,50); }
div.DivClassName
{
background-color: #FDDE32;
}
.BgClassName
{
background-color: #FDDE32;
}
</style>
border-color css
<style>
span { border-color: #FDDE32; }
span { border-color: rgb(253,222,50); }
td.TdClassName
{
border-color: #FDDE32;
}
.TagClassName
{
border-color: #FDDE32;
}
</style>