Shades of Gorse #FDF430
Tints of Gorse #FDF430
RGB
CMYK
RGB Variations
Color information
#FDF430 (or 0xFDF430) is known color: Gorse. HEX triplet: FD, F4 and 30. RGB value is (253,244,48). Sum of RGB (Red+Green+Blue) = 253+244+48=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 244 (95.70% from 255 or 44.77% from 545); Blue value is 48 (19.14% from 255 or 8.81% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF430 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF430 is #020BCF. Grayscale: #E1E1E1. Windows color (decimal): -134096 or 3208445. OLE color: 3208445.
HSL color Cylindrical-coordinate representation of color #FDF430: hue angle of 57.37º 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 #FDF430 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 48 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.01 |
| HSL | 57.37º | 0.98% | 0.59% | - |
| HSV(B) | 57.37º | 0.81% | 0.99% | - |
| XYZ | 73.39 | 85.8 | 15.49 | - |
| YUV | 224.35 | 28.48 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 48 | 0 | 0.04 | 0.81 | 0.01 | 57.37 | 0.98 | 0.59 |
| Hex | FD | F4 | 30 | 0 | 4 | 51 | 1 | 39 | 62 | 3B |
| Octal | 375 | 364 | 60 | 0 | 4 | 121 | 1 | 71 | 142 | 73 |
| Binary | 11111101 | 11110100 | 110000 | 0 | 100 | 1010001 | 1 | 111001 | 1100010 | 111011 |
Color Harmonies of #FDF430
Complementary color
Monochromatic Colors of #FDF430
Black with #FDF430
Text Example
Text Example
White with #FDF430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF430; }
p { color: rgb(253,244,48); }
H1.HeaderClassName
{
color: #FDF430;
}
.AnyTagClassName
{
color: #FDF430;
}
</style>
background-color css
<style>
a { background-color: #FDF430; }
a { background-color: rgb(253,244,48); }
div.DivClassName
{
background-color: #FDF430;
}
.BgClassName
{
background-color: #FDF430;
}
</style>
border-color css
<style>
span { border-color: #FDF430; }
span { border-color: rgb(253,244,48); }
td.TdClassName
{
border-color: #FDF430;
}
.TagClassName
{
border-color: #FDF430;
}
</style>