Shades of Gorse #FDF630
Tints of Gorse #FDF630
RGB
CMYK
RGB Variations
Color information
#FDF630 (or 0xFDF630) is known color: Gorse. HEX triplet: FD, F6 and 30. RGB value is (253,246,48). Sum of RGB (Red+Green+Blue) = 253+246+48=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 246 (96.48% from 255 or 44.97% from 547); Blue value is 48 (19.14% from 255 or 8.78% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF630 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF630 is #0209CF. Grayscale: #E2E2E2. Windows color (decimal): -133584 or 3208957. OLE color: 3208957.
HSL color Cylindrical-coordinate representation of color #FDF630: hue angle of 57.95º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDF630 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 48 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.01 |
| HSL | 57.95º | 0.98% | 0.59% | - |
| HSV(B) | 57.95º | 0.81% | 0.99% | - |
| XYZ | 74 | 87.01 | 15.69 | - |
| YUV | 225.52 | 27.82 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 48 | 0 | 0.03 | 0.81 | 0.01 | 57.95 | 0.98 | 0.59 |
| Hex | FD | F6 | 30 | 0 | 3 | 51 | 1 | 3A | 62 | 3B |
| Octal | 375 | 366 | 60 | 0 | 3 | 121 | 1 | 72 | 142 | 73 |
| Binary | 11111101 | 11110110 | 110000 | 0 | 11 | 1010001 | 1 | 111010 | 1100010 | 111011 |
Color Harmonies of #FDF630
Complementary color
Monochromatic Colors of #FDF630
Black with #FDF630
Text Example
Text Example
White with #FDF630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF630; }
p { color: rgb(253,246,48); }
H1.HeaderClassName
{
color: #FDF630;
}
.AnyTagClassName
{
color: #FDF630;
}
</style>
background-color css
<style>
a { background-color: #FDF630; }
a { background-color: rgb(253,246,48); }
div.DivClassName
{
background-color: #FDF630;
}
.BgClassName
{
background-color: #FDF630;
}
</style>
border-color css
<style>
span { border-color: #FDF630; }
span { border-color: rgb(253,246,48); }
td.TdClassName
{
border-color: #FDF630;
}
.TagClassName
{
border-color: #FDF630;
}
</style>