Shades of Gorse #FDF23E
Tints of Gorse #FDF23E
RGB
CMYK
RGB Variations
Color information
#FDF23E (or 0xFDF23E) is known color: Gorse. HEX triplet: FD, F2 and 3E. RGB value is (253,242,62). Sum of RGB (Red+Green+Blue) = 253+242+62=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 242 (94.92% from 255 or 43.45% from 557); Blue value is 62 (24.61% from 255 or 11.13% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF23E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF23E is #020DC1. Grayscale: #E1E1E1. Windows color (decimal): -134594 or 4125437. OLE color: 4125437.
HSL color Cylindrical-coordinate representation of color #FDF23E: hue angle of 56.54º 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 #FDF23E is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 62 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.01 |
| HSL | 56.54º | 0.98% | 0.62% | - |
| HSV(B) | 56.54º | 0.75% | 0.99% | - |
| XYZ | 73.13 | 84.73 | 17.06 | - |
| YUV | 224.77 | 36.14 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 62 | 0 | 0.04 | 0.75 | 0.01 | 56.54 | 0.98 | 0.62 |
| Hex | FD | F2 | 3E | 0 | 4 | 4B | 1 | 39 | 62 | 3E |
| Octal | 375 | 362 | 76 | 0 | 4 | 113 | 1 | 71 | 142 | 76 |
| Binary | 11111101 | 11110010 | 111110 | 0 | 100 | 1001011 | 1 | 111001 | 1100010 | 111110 |
Color Harmonies of #FDF23E
Complementary color
Monochromatic Colors of #FDF23E
Black with #FDF23E
Text Example
Text Example
White with #FDF23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF23E; }
p { color: rgb(253,242,62); }
H1.HeaderClassName
{
color: #FDF23E;
}
.AnyTagClassName
{
color: #FDF23E;
}
</style>
background-color css
<style>
a { background-color: #FDF23E; }
a { background-color: rgb(253,242,62); }
div.DivClassName
{
background-color: #FDF23E;
}
.BgClassName
{
background-color: #FDF23E;
}
</style>
border-color css
<style>
span { border-color: #FDF23E; }
span { border-color: rgb(253,242,62); }
td.TdClassName
{
border-color: #FDF23E;
}
.TagClassName
{
border-color: #FDF23E;
}
</style>