Shades of Gorse #FDF43C
Tints of Gorse #FDF43C
RGB
CMYK
RGB Variations
Color information
#FDF43C (or 0xFDF43C) is known color: Gorse. HEX triplet: FD, F4 and 3C. RGB value is (253,244,60). Sum of RGB (Red+Green+Blue) = 253+244+60=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 244 (95.70% from 255 or 43.81% from 557); Blue value is 60 (23.83% from 255 or 10.77% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF43C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF43C is #020BC3. Grayscale: #E2E2E2. Windows color (decimal): -134084 or 3994877. OLE color: 3994877.
HSL color Cylindrical-coordinate representation of color #FDF43C: hue angle of 57.2º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDF43C is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 60 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.01 |
| HSL | 57.2º | 0.98% | 0.61% | - |
| HSV(B) | 57.2º | 0.76% | 0.99% | - |
| XYZ | 73.67 | 85.91 | 16.97 | - |
| YUV | 225.72 | 34.48 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 60 | 0 | 0.04 | 0.76 | 0.01 | 57.2 | 0.98 | 0.61 |
| Hex | FD | F4 | 3C | 0 | 4 | 4C | 1 | 39 | 62 | 3D |
| Octal | 375 | 364 | 74 | 0 | 4 | 114 | 1 | 71 | 142 | 75 |
| Binary | 11111101 | 11110100 | 111100 | 0 | 100 | 1001100 | 1 | 111001 | 1100010 | 111101 |
Color Harmonies of #FDF43C
Complementary color
Monochromatic Colors of #FDF43C
Black with #FDF43C
Text Example
Text Example
White with #FDF43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF43C; }
p { color: rgb(253,244,60); }
H1.HeaderClassName
{
color: #FDF43C;
}
.AnyTagClassName
{
color: #FDF43C;
}
</style>
background-color css
<style>
a { background-color: #FDF43C; }
a { background-color: rgb(253,244,60); }
div.DivClassName
{
background-color: #FDF43C;
}
.BgClassName
{
background-color: #FDF43C;
}
</style>
border-color css
<style>
span { border-color: #FDF43C; }
span { border-color: rgb(253,244,60); }
td.TdClassName
{
border-color: #FDF43C;
}
.TagClassName
{
border-color: #FDF43C;
}
</style>