Shades of Gorse #FDF030
Tints of Gorse #FDF030
RGB
CMYK
RGB Variations
Color information
#FDF030 (or 0xFDF030) is known color: Gorse. HEX triplet: FD, F0 and 30. RGB value is (253,240,48). Sum of RGB (Red+Green+Blue) = 253+240+48=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 48 (19.14% from 255 or 8.87% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF030 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF030 is #020FCF. Grayscale: #DEDEDE. Windows color (decimal): -135120 or 3207421. OLE color: 3207421.
HSL color Cylindrical-coordinate representation of color #FDF030: hue angle of 56.2º 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 #FDF030 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 48 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.01 |
| HSL | 56.2º | 0.98% | 0.59% | - |
| HSV(B) | 56.2º | 0.81% | 0.99% | - |
| XYZ | 72.2 | 83.42 | 15.09 | - |
| YUV | 222 | 29.81 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 48 | 0 | 0.05 | 0.81 | 0.01 | 56.2 | 0.98 | 0.59 |
| Hex | FD | F0 | 30 | 0 | 5 | 51 | 1 | 38 | 62 | 3B |
| Octal | 375 | 360 | 60 | 0 | 5 | 121 | 1 | 70 | 142 | 73 |
| Binary | 11111101 | 11110000 | 110000 | 0 | 101 | 1010001 | 1 | 111000 | 1100010 | 111011 |
Color Harmonies of #FDF030
Complementary color
Monochromatic Colors of #FDF030
Black with #FDF030
Text Example
Text Example
White with #FDF030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF030; }
p { color: rgb(253,240,48); }
H1.HeaderClassName
{
color: #FDF030;
}
.AnyTagClassName
{
color: #FDF030;
}
</style>
background-color css
<style>
a { background-color: #FDF030; }
a { background-color: rgb(253,240,48); }
div.DivClassName
{
background-color: #FDF030;
}
.BgClassName
{
background-color: #FDF030;
}
</style>
border-color css
<style>
span { border-color: #FDF030; }
span { border-color: rgb(253,240,48); }
td.TdClassName
{
border-color: #FDF030;
}
.TagClassName
{
border-color: #FDF030;
}
</style>