Shades of Gorse #FDDD2B
Tints of Gorse #FDDD2B
RGB
CMYK
RGB Variations
Color information
#FDDD2B (or 0xFDDD2B) is known color: Gorse. HEX triplet: FD, DD and 2B. RGB value is (253,221,43). Sum of RGB (Red+Green+Blue) = 253+221+43=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 43 (17.19% from 255 or 8.32% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDD2B is #0222D4. Grayscale: #D3D3D3. Windows color (decimal): -139989 or 2874877. OLE color: 2874877.
HSL color Cylindrical-coordinate representation of color #FDDD2B: hue angle of 50.86º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDDD2B is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 43 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.01 |
| HSL | 50.86º | 0.98% | 0.58% | - |
| HSV(B) | 50.86º | 0.83% | 0.99% | - |
| XYZ | 66.8 | 72.77 | 12.81 | - |
| YUV | 210.28 | 33.6 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 43 | 0 | 0.13 | 0.83 | 0.01 | 50.86 | 0.98 | 0.58 |
| Hex | FD | DD | 2B | 0 | D | 53 | 1 | 33 | 62 | 3A |
| Octal | 375 | 335 | 53 | 0 | 15 | 123 | 1 | 63 | 142 | 72 |
| Binary | 11111101 | 11011101 | 101011 | 0 | 1101 | 1010011 | 1 | 110011 | 1100010 | 111010 |
Color Harmonies of #FDDD2B
Complementary color
Monochromatic Colors of #FDDD2B
Black with #FDDD2B
Text Example
Text Example
White with #FDDD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD2B; }
p { color: rgb(253,221,43); }
H1.HeaderClassName
{
color: #FDDD2B;
}
.AnyTagClassName
{
color: #FDDD2B;
}
</style>
background-color css
<style>
a { background-color: #FDDD2B; }
a { background-color: rgb(253,221,43); }
div.DivClassName
{
background-color: #FDDD2B;
}
.BgClassName
{
background-color: #FDDD2B;
}
</style>
border-color css
<style>
span { border-color: #FDDD2B; }
span { border-color: rgb(253,221,43); }
td.TdClassName
{
border-color: #FDDD2B;
}
.TagClassName
{
border-color: #FDDD2B;
}
</style>