Shades of Gorse #FDF82C
Tints of Gorse #FDF82C
RGB
CMYK
RGB Variations
Color information
#FDF82C (or 0xFDF82C) is known color: Gorse. HEX triplet: FD, F8 and 2C. RGB value is (253,248,44). Sum of RGB (Red+Green+Blue) = 253+248+44=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 248 (97.27% from 255 or 45.50% from 545); Blue value is 44 (17.58% from 255 or 8.07% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF82C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF82C is #0207D3. Grayscale: #E3E3E3. Windows color (decimal): -133076 or 2947325. OLE color: 2947325.
HSL color Cylindrical-coordinate representation of color #FDF82C: hue angle of 58.56º 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 #FDF82C is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 44 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.01 |
| HSL | 58.56º | 0.98% | 0.58% | - |
| HSV(B) | 58.56º | 0.83% | 0.99% | - |
| XYZ | 74.53 | 88.2 | 15.48 | - |
| YUV | 226.24 | 25.16 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 44 | 0 | 0.02 | 0.83 | 0.01 | 58.56 | 0.98 | 0.58 |
| Hex | FD | F8 | 2C | 0 | 2 | 53 | 1 | 3B | 62 | 3A |
| Octal | 375 | 370 | 54 | 0 | 2 | 123 | 1 | 73 | 142 | 72 |
| Binary | 11111101 | 11111000 | 101100 | 0 | 10 | 1010011 | 1 | 111011 | 1100010 | 111010 |
Color Harmonies of #FDF82C
Complementary color
Monochromatic Colors of #FDF82C
Black with #FDF82C
Text Example
Text Example
White with #FDF82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF82C; }
p { color: rgb(253,248,44); }
H1.HeaderClassName
{
color: #FDF82C;
}
.AnyTagClassName
{
color: #FDF82C;
}
</style>
background-color css
<style>
a { background-color: #FDF82C; }
a { background-color: rgb(253,248,44); }
div.DivClassName
{
background-color: #FDF82C;
}
.BgClassName
{
background-color: #FDF82C;
}
</style>
border-color css
<style>
span { border-color: #FDF82C; }
span { border-color: rgb(253,248,44); }
td.TdClassName
{
border-color: #FDF82C;
}
.TagClassName
{
border-color: #FDF82C;
}
</style>