Shades of Gorse #FDDE34
Tints of Gorse #FDDE34
RGB
CMYK
RGB Variations
Color information
#FDDE34 (or 0xFDDE34) is known color: Gorse. HEX triplet: FD, DE and 34. RGB value is (253,222,52). Sum of RGB (Red+Green+Blue) = 253+222+52=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 52 (20.70% from 255 or 9.87% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDE34 is #0221CB. Grayscale: #D4D4D4. Windows color (decimal): -139724 or 3464957. OLE color: 3464957.
HSL color Cylindrical-coordinate representation of color #FDDE34: hue angle of 50.75º 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 #FDDE34 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 52 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.01 |
| HSL | 50.75º | 0.98% | 0.6% | - |
| HSV(B) | 50.75º | 0.79% | 0.99% | - |
| XYZ | 67.25 | 73.37 | 13.87 | - |
| YUV | 211.89 | 37.77 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 52 | 0 | 0.12 | 0.79 | 0.01 | 50.75 | 0.98 | 0.6 |
| Hex | FD | DE | 34 | 0 | C | 4F | 1 | 33 | 62 | 3C |
| Octal | 375 | 336 | 64 | 0 | 14 | 117 | 1 | 63 | 142 | 74 |
| Binary | 11111101 | 11011110 | 110100 | 0 | 1100 | 1001111 | 1 | 110011 | 1100010 | 111100 |
Color Harmonies of #FDDE34
Complementary color
Monochromatic Colors of #FDDE34
Black with #FDDE34
Text Example
Text Example
White with #FDDE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDE34; }
p { color: rgb(253,222,52); }
H1.HeaderClassName
{
color: #FDDE34;
}
.AnyTagClassName
{
color: #FDDE34;
}
</style>
background-color css
<style>
a { background-color: #FDDE34; }
a { background-color: rgb(253,222,52); }
div.DivClassName
{
background-color: #FDDE34;
}
.BgClassName
{
background-color: #FDDE34;
}
</style>
border-color css
<style>
span { border-color: #FDDE34; }
span { border-color: rgb(253,222,52); }
td.TdClassName
{
border-color: #FDDE34;
}
.TagClassName
{
border-color: #FDDE34;
}
</style>