Shades of Gorse #FDF239
Tints of Gorse #FDF239
RGB
CMYK
RGB Variations
Color information
#FDF239 (or 0xFDF239) is known color: Gorse. HEX triplet: FD, F2 and 39. RGB value is (253,242,57). Sum of RGB (Red+Green+Blue) = 253+242+57=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 242 (94.92% from 255 or 43.84% from 552); Blue value is 57 (22.66% from 255 or 10.33% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF239 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF239 is #020DC6. Grayscale: #E0E0E0. Windows color (decimal): -134599 or 3797757. OLE color: 3797757.
HSL color Cylindrical-coordinate representation of color #FDF239: hue angle of 56.63º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDF239 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 57 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.01 |
| HSL | 56.63º | 0.98% | 0.61% | - |
| HSV(B) | 56.63º | 0.77% | 0.99% | - |
| XYZ | 73 | 84.68 | 16.37 | - |
| YUV | 224.2 | 33.64 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 57 | 0 | 0.04 | 0.77 | 0.01 | 56.63 | 0.98 | 0.61 |
| Hex | FD | F2 | 39 | 0 | 4 | 4D | 1 | 39 | 62 | 3D |
| Octal | 375 | 362 | 71 | 0 | 4 | 115 | 1 | 71 | 142 | 75 |
| Binary | 11111101 | 11110010 | 111001 | 0 | 100 | 1001101 | 1 | 111001 | 1100010 | 111101 |
Color Harmonies of #FDF239
Complementary color
Monochromatic Colors of #FDF239
Black with #FDF239
Text Example
Text Example
White with #FDF239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF239; }
p { color: rgb(253,242,57); }
H1.HeaderClassName
{
color: #FDF239;
}
.AnyTagClassName
{
color: #FDF239;
}
</style>
background-color css
<style>
a { background-color: #FDF239; }
a { background-color: rgb(253,242,57); }
div.DivClassName
{
background-color: #FDF239;
}
.BgClassName
{
background-color: #FDF239;
}
</style>
border-color css
<style>
span { border-color: #FDF239; }
span { border-color: rgb(253,242,57); }
td.TdClassName
{
border-color: #FDF239;
}
.TagClassName
{
border-color: #FDF239;
}
</style>