Shades of Gorse #FDD835
Tints of Gorse #FDD835
RGB
CMYK
RGB Variations
Color information
#FDD835 (or 0xFDD835) is known color: Gorse. HEX triplet: FD, D8 and 35. RGB value is (253,216,53). Sum of RGB (Red+Green+Blue) = 253+216+53=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 53 (21.09% from 255 or 10.15% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD835 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD835 is #0227CA. Grayscale: #D1D1D1. Windows color (decimal): -141259 or 3528957. OLE color: 3528957.
HSL color Cylindrical-coordinate representation of color #FDD835: hue angle of 48.9º 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 #FDD835 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 53 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.01 |
| HSL | 48.9º | 0.98% | 0.6% | - |
| HSV(B) | 48.9º | 0.79% | 0.99% | - |
| XYZ | 65.71 | 70.25 | 13.46 | - |
| YUV | 208.48 | 40.26 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 53 | 0 | 0.15 | 0.79 | 0.01 | 48.9 | 0.98 | 0.6 |
| Hex | FD | D8 | 35 | 0 | F | 4F | 1 | 31 | 62 | 3C |
| Octal | 375 | 330 | 65 | 0 | 17 | 117 | 1 | 61 | 142 | 74 |
| Binary | 11111101 | 11011000 | 110101 | 0 | 1111 | 1001111 | 1 | 110001 | 1100010 | 111100 |
Color Harmonies of #FDD835
Complementary color
Monochromatic Colors of #FDD835
Black with #FDD835
Text Example
Text Example
White with #FDD835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD835; }
p { color: rgb(253,216,53); }
H1.HeaderClassName
{
color: #FDD835;
}
.AnyTagClassName
{
color: #FDD835;
}
</style>
background-color css
<style>
a { background-color: #FDD835; }
a { background-color: rgb(253,216,53); }
div.DivClassName
{
background-color: #FDD835;
}
.BgClassName
{
background-color: #FDD835;
}
</style>
border-color css
<style>
span { border-color: #FDD835; }
span { border-color: rgb(253,216,53); }
td.TdClassName
{
border-color: #FDD835;
}
.TagClassName
{
border-color: #FDD835;
}
</style>