Shades of Gorse #FDF62A
Tints of Gorse #FDF62A
RGB
CMYK
RGB Variations
Color information
#FDF62A (or 0xFDF62A) is known color: Gorse. HEX triplet: FD, F6 and 2A. RGB value is (253,246,42). Sum of RGB (Red+Green+Blue) = 253+246+42=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 246 (96.48% from 255 or 45.47% from 541); Blue value is 42 (16.80% from 255 or 7.76% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF62A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF62A is #0209D5. Grayscale: #E1E1E1. Windows color (decimal): -133590 or 2815741. OLE color: 2815741.
HSL color Cylindrical-coordinate representation of color #FDF62A: hue angle of 58.01º 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 #FDF62A is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 42 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.01 |
| HSL | 58.01º | 0.98% | 0.58% | - |
| HSV(B) | 58.01º | 0.83% | 0.99% | - |
| XYZ | 73.88 | 86.96 | 15.08 | - |
| YUV | 224.84 | 24.82 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 42 | 0 | 0.03 | 0.83 | 0.01 | 58.01 | 0.98 | 0.58 |
| Hex | FD | F6 | 2A | 0 | 3 | 53 | 1 | 3A | 62 | 3A |
| Octal | 375 | 366 | 52 | 0 | 3 | 123 | 1 | 72 | 142 | 72 |
| Binary | 11111101 | 11110110 | 101010 | 0 | 11 | 1010011 | 1 | 111010 | 1100010 | 111010 |
Color Harmonies of #FDF62A
Complementary color
Monochromatic Colors of #FDF62A
Black with #FDF62A
Text Example
Text Example
White with #FDF62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF62A; }
p { color: rgb(253,246,42); }
H1.HeaderClassName
{
color: #FDF62A;
}
.AnyTagClassName
{
color: #FDF62A;
}
</style>
background-color css
<style>
a { background-color: #FDF62A; }
a { background-color: rgb(253,246,42); }
div.DivClassName
{
background-color: #FDF62A;
}
.BgClassName
{
background-color: #FDF62A;
}
</style>
border-color css
<style>
span { border-color: #FDF62A; }
span { border-color: rgb(253,246,42); }
td.TdClassName
{
border-color: #FDF62A;
}
.TagClassName
{
border-color: #FDF62A;
}
</style>