Shades of Gorse #FDF62B
Tints of Gorse #FDF62B
RGB
CMYK
RGB Variations
Color information
#FDF62B (or 0xFDF62B) is known color: Gorse. HEX triplet: FD, F6 and 2B. RGB value is (253,246,43). Sum of RGB (Red+Green+Blue) = 253+246+43=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 246 (96.48% from 255 or 45.39% from 542); Blue value is 43 (17.19% from 255 or 7.93% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF62B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF62B is #0209D4. Grayscale: #E1E1E1. Windows color (decimal): -133589 or 2881277. OLE color: 2881277.
HSL color Cylindrical-coordinate representation of color #FDF62B: hue angle of 58º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDF62B is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 43 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.01 |
| HSL | 58º | 0.98% | 0.58% | - |
| HSV(B) | 58º | 0.83% | 0.99% | - |
| XYZ | 73.9 | 86.97 | 15.18 | - |
| YUV | 224.95 | 25.32 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 43 | 0 | 0.03 | 0.83 | 0.01 | 58 | 0.98 | 0.58 |
| Hex | FD | F6 | 2B | 0 | 3 | 53 | 1 | 3A | 62 | 3A |
| Octal | 375 | 366 | 53 | 0 | 3 | 123 | 1 | 72 | 142 | 72 |
| Binary | 11111101 | 11110110 | 101011 | 0 | 11 | 1010011 | 1 | 111010 | 1100010 | 111010 |
Color Harmonies of #FDF62B
Complementary color
Monochromatic Colors of #FDF62B
Black with #FDF62B
Text Example
Text Example
White with #FDF62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF62B; }
p { color: rgb(253,246,43); }
H1.HeaderClassName
{
color: #FDF62B;
}
.AnyTagClassName
{
color: #FDF62B;
}
</style>
background-color css
<style>
a { background-color: #FDF62B; }
a { background-color: rgb(253,246,43); }
div.DivClassName
{
background-color: #FDF62B;
}
.BgClassName
{
background-color: #FDF62B;
}
</style>
border-color css
<style>
span { border-color: #FDF62B; }
span { border-color: rgb(253,246,43); }
td.TdClassName
{
border-color: #FDF62B;
}
.TagClassName
{
border-color: #FDF62B;
}
</style>