Shades of Gorse #FDF232
Tints of Gorse #FDF232
RGB
CMYK
RGB Variations
Color information
#FDF232 (or 0xFDF232) is known color: Gorse. HEX triplet: FD, F2 and 32. RGB value is (253,242,50). Sum of RGB (Red+Green+Blue) = 253+242+50=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 50 (19.92% from 255 or 9.17% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF232 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF232 is #020DCD. Grayscale: #E0E0E0. Windows color (decimal): -134606 or 3339005. OLE color: 3339005.
HSL color Cylindrical-coordinate representation of color #FDF232: hue angle of 56.75º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDF232 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 50 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.01 |
| HSL | 56.75º | 0.98% | 0.59% | - |
| HSV(B) | 56.75º | 0.8% | 0.99% | - |
| XYZ | 72.84 | 84.62 | 15.51 | - |
| YUV | 223.4 | 30.14 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 50 | 0 | 0.04 | 0.80 | 0.01 | 56.75 | 0.98 | 0.59 |
| Hex | FD | F2 | 32 | 0 | 4 | 50 | 1 | 39 | 62 | 3B |
| Octal | 375 | 362 | 62 | 0 | 4 | 120 | 1 | 71 | 142 | 73 |
| Binary | 11111101 | 11110010 | 110010 | 0 | 100 | 1010000 | 1 | 111001 | 1100010 | 111011 |
Color Harmonies of #FDF232
Complementary color
Monochromatic Colors of #FDF232
Black with #FDF232
Text Example
Text Example
White with #FDF232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF232; }
p { color: rgb(253,242,50); }
H1.HeaderClassName
{
color: #FDF232;
}
.AnyTagClassName
{
color: #FDF232;
}
</style>
background-color css
<style>
a { background-color: #FDF232; }
a { background-color: rgb(253,242,50); }
div.DivClassName
{
background-color: #FDF232;
}
.BgClassName
{
background-color: #FDF232;
}
</style>
border-color css
<style>
span { border-color: #FDF232; }
span { border-color: rgb(253,242,50); }
td.TdClassName
{
border-color: #FDF232;
}
.TagClassName
{
border-color: #FDF232;
}
</style>