Shades of Gorse #FDF338
Tints of Gorse #FDF338
RGB
CMYK
RGB Variations
Color information
#FDF338 (or 0xFDF338) is known color: Gorse. HEX triplet: FD, F3 and 38. RGB value is (253,243,56). Sum of RGB (Red+Green+Blue) = 253+243+56=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 243 (95.31% from 255 or 44.02% from 552); Blue value is 56 (22.27% from 255 or 10.14% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF338 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF338 is #020CC7. Grayscale: #E1E1E1. Windows color (decimal): -134344 or 3732477. OLE color: 3732477.
HSL color Cylindrical-coordinate representation of color #FDF338: hue angle of 56.95º 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 #FDF338 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 56 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.01 |
| HSL | 56.95º | 0.98% | 0.61% | - |
| HSV(B) | 56.95º | 0.78% | 0.99% | - |
| XYZ | 73.27 | 85.27 | 16.34 | - |
| YUV | 224.67 | 32.81 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 56 | 0 | 0.04 | 0.78 | 0.01 | 56.95 | 0.98 | 0.61 |
| Hex | FD | F3 | 38 | 0 | 4 | 4E | 1 | 39 | 62 | 3D |
| Octal | 375 | 363 | 70 | 0 | 4 | 116 | 1 | 71 | 142 | 75 |
| Binary | 11111101 | 11110011 | 111000 | 0 | 100 | 1001110 | 1 | 111001 | 1100010 | 111101 |
Color Harmonies of #FDF338
Complementary color
Monochromatic Colors of #FDF338
Black with #FDF338
Text Example
Text Example
White with #FDF338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF338; }
p { color: rgb(253,243,56); }
H1.HeaderClassName
{
color: #FDF338;
}
.AnyTagClassName
{
color: #FDF338;
}
</style>
background-color css
<style>
a { background-color: #FDF338; }
a { background-color: rgb(253,243,56); }
div.DivClassName
{
background-color: #FDF338;
}
.BgClassName
{
background-color: #FDF338;
}
</style>
border-color css
<style>
span { border-color: #FDF338; }
span { border-color: rgb(253,243,56); }
td.TdClassName
{
border-color: #FDF338;
}
.TagClassName
{
border-color: #FDF338;
}
</style>