Shades of Gorse #FDF33E
Tints of Gorse #FDF33E
RGB
CMYK
RGB Variations
Color information
#FDF33E (or 0xFDF33E) is known color: Gorse. HEX triplet: FD, F3 and 3E. RGB value is (253,243,62). Sum of RGB (Red+Green+Blue) = 253+243+62=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 243 (95.31% from 255 or 43.55% from 558); Blue value is 62 (24.61% from 255 or 11.11% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF33E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF33E is #020CC1. Grayscale: #E2E2E2. Windows color (decimal): -134338 or 4125693. OLE color: 4125693.
HSL color Cylindrical-coordinate representation of color #FDF33E: hue angle of 56.86º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDF33E is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 62 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.01 |
| HSL | 56.86º | 0.98% | 0.62% | - |
| HSV(B) | 56.86º | 0.75% | 0.99% | - |
| XYZ | 73.43 | 85.33 | 17.16 | - |
| YUV | 225.36 | 35.81 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 62 | 0 | 0.04 | 0.75 | 0.01 | 56.86 | 0.98 | 0.62 |
| Hex | FD | F3 | 3E | 0 | 4 | 4B | 1 | 39 | 62 | 3E |
| Octal | 375 | 363 | 76 | 0 | 4 | 113 | 1 | 71 | 142 | 76 |
| Binary | 11111101 | 11110011 | 111110 | 0 | 100 | 1001011 | 1 | 111001 | 1100010 | 111110 |
Color Harmonies of #FDF33E
Complementary color
Monochromatic Colors of #FDF33E
Black with #FDF33E
Text Example
Text Example
White with #FDF33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF33E; }
p { color: rgb(253,243,62); }
H1.HeaderClassName
{
color: #FDF33E;
}
.AnyTagClassName
{
color: #FDF33E;
}
</style>
background-color css
<style>
a { background-color: #FDF33E; }
a { background-color: rgb(253,243,62); }
div.DivClassName
{
background-color: #FDF33E;
}
.BgClassName
{
background-color: #FDF33E;
}
</style>
border-color css
<style>
span { border-color: #FDF33E; }
span { border-color: rgb(253,243,62); }
td.TdClassName
{
border-color: #FDF33E;
}
.TagClassName
{
border-color: #FDF33E;
}
</style>