Shades of Gorse #FDF633
Tints of Gorse #FDF633
RGB
CMYK
RGB Variations
Color information
#FDF633 (or 0xFDF633) is known color: Gorse. HEX triplet: FD, F6 and 33. RGB value is (253,246,51). Sum of RGB (Red+Green+Blue) = 253+246+51=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 246 (96.48% from 255 or 44.73% from 550); Blue value is 51 (20.31% from 255 or 9.27% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF633 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF633 is #0209CC. Grayscale: #E2E2E2. Windows color (decimal): -133581 or 3405565. OLE color: 3405565.
HSL color Cylindrical-coordinate representation of color #FDF633: hue angle of 57.92º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDF633 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 51 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.01 |
| HSL | 57.92º | 0.98% | 0.6% | - |
| HSV(B) | 57.92º | 0.8% | 0.99% | - |
| XYZ | 74.06 | 87.03 | 16.03 | - |
| YUV | 225.86 | 29.32 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 51 | 0 | 0.03 | 0.80 | 0.01 | 57.92 | 0.98 | 0.6 |
| Hex | FD | F6 | 33 | 0 | 3 | 50 | 1 | 3A | 62 | 3C |
| Octal | 375 | 366 | 63 | 0 | 3 | 120 | 1 | 72 | 142 | 74 |
| Binary | 11111101 | 11110110 | 110011 | 0 | 11 | 1010000 | 1 | 111010 | 1100010 | 111100 |
Color Harmonies of #FDF633
Complementary color
Monochromatic Colors of #FDF633
Black with #FDF633
Text Example
Text Example
White with #FDF633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF633; }
p { color: rgb(253,246,51); }
H1.HeaderClassName
{
color: #FDF633;
}
.AnyTagClassName
{
color: #FDF633;
}
</style>
background-color css
<style>
a { background-color: #FDF633; }
a { background-color: rgb(253,246,51); }
div.DivClassName
{
background-color: #FDF633;
}
.BgClassName
{
background-color: #FDF633;
}
</style>
border-color css
<style>
span { border-color: #FDF633; }
span { border-color: rgb(253,246,51); }
td.TdClassName
{
border-color: #FDF633;
}
.TagClassName
{
border-color: #FDF633;
}
</style>