Shades of Gorse #FDF038
Tints of Gorse #FDF038
RGB
CMYK
RGB Variations
Color information
#FDF038 (or 0xFDF038) is known color: Gorse. HEX triplet: FD, F0 and 38. RGB value is (253,240,56). Sum of RGB (Red+Green+Blue) = 253+240+56=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 56 (22.27% from 255 or 10.20% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF038 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF038 is #020FC7. Grayscale: #DFDFDF. Windows color (decimal): -135112 or 3731709. OLE color: 3731709.
HSL color Cylindrical-coordinate representation of color #FDF038: hue angle of 56.04º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FDF038 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 56 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.01 |
| HSL | 56.04º | 0.98% | 0.61% | - |
| HSV(B) | 56.04º | 0.78% | 0.99% | - |
| XYZ | 72.38 | 83.49 | 16.04 | - |
| YUV | 222.91 | 33.81 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 56 | 0 | 0.05 | 0.78 | 0.01 | 56.04 | 0.98 | 0.61 |
| Hex | FD | F0 | 38 | 0 | 5 | 4E | 1 | 38 | 62 | 3D |
| Octal | 375 | 360 | 70 | 0 | 5 | 116 | 1 | 70 | 142 | 75 |
| Binary | 11111101 | 11110000 | 111000 | 0 | 101 | 1001110 | 1 | 111000 | 1100010 | 111101 |
Color Harmonies of #FDF038
Complementary color
Monochromatic Colors of #FDF038
Black with #FDF038
Text Example
Text Example
White with #FDF038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF038; }
p { color: rgb(253,240,56); }
H1.HeaderClassName
{
color: #FDF038;
}
.AnyTagClassName
{
color: #FDF038;
}
</style>
background-color css
<style>
a { background-color: #FDF038; }
a { background-color: rgb(253,240,56); }
div.DivClassName
{
background-color: #FDF038;
}
.BgClassName
{
background-color: #FDF038;
}
</style>
border-color css
<style>
span { border-color: #FDF038; }
span { border-color: rgb(253,240,56); }
td.TdClassName
{
border-color: #FDF038;
}
.TagClassName
{
border-color: #FDF038;
}
</style>