Shades of Gorse #FDF230
Tints of Gorse #FDF230
RGB
CMYK
RGB Variations
Color information
#FDF230 (or 0xFDF230) is known color: Gorse. HEX triplet: FD, F2 and 30. RGB value is (253,242,48). Sum of RGB (Red+Green+Blue) = 253+242+48=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 48 (19.14% from 255 or 8.84% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF230 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF230 is #020DCF. Grayscale: #DFDFDF. Windows color (decimal): -134608 or 3207933. OLE color: 3207933.
HSL color Cylindrical-coordinate representation of color #FDF230: hue angle of 56.78º 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 #FDF230 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 48 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.01 |
| HSL | 56.78º | 0.98% | 0.59% | - |
| HSV(B) | 56.78º | 0.81% | 0.99% | - |
| XYZ | 72.79 | 84.6 | 15.29 | - |
| YUV | 223.17 | 29.14 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 48 | 0 | 0.04 | 0.81 | 0.01 | 56.78 | 0.98 | 0.59 |
| Hex | FD | F2 | 30 | 0 | 4 | 51 | 1 | 39 | 62 | 3B |
| Octal | 375 | 362 | 60 | 0 | 4 | 121 | 1 | 71 | 142 | 73 |
| Binary | 11111101 | 11110010 | 110000 | 0 | 100 | 1010001 | 1 | 111001 | 1100010 | 111011 |
Color Harmonies of #FDF230
Complementary color
Monochromatic Colors of #FDF230
Black with #FDF230
Text Example
Text Example
White with #FDF230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF230; }
p { color: rgb(253,242,48); }
H1.HeaderClassName
{
color: #FDF230;
}
.AnyTagClassName
{
color: #FDF230;
}
</style>
background-color css
<style>
a { background-color: #FDF230; }
a { background-color: rgb(253,242,48); }
div.DivClassName
{
background-color: #FDF230;
}
.BgClassName
{
background-color: #FDF230;
}
</style>
border-color css
<style>
span { border-color: #FDF230; }
span { border-color: rgb(253,242,48); }
td.TdClassName
{
border-color: #FDF230;
}
.TagClassName
{
border-color: #FDF230;
}
</style>