Shades of Gorse #FDF83A
Tints of Gorse #FDF83A
RGB
CMYK
RGB Variations
Color information
#FDF83A (or 0xFDF83A) is known color: Gorse. HEX triplet: FD, F8 and 3A. RGB value is (253,248,58). Sum of RGB (Red+Green+Blue) = 253+248+58=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 248 (97.27% from 255 or 44.36% from 559); Blue value is 58 (23.05% from 255 or 10.38% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF83A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF83A is #0207C5. Grayscale: #E4E4E4. Windows color (decimal): -133062 or 3864829. OLE color: 3864829.
HSL color Cylindrical-coordinate representation of color #FDF83A: hue angle of 58.46º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDF83A is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 58 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.01 |
| HSL | 58.46º | 0.98% | 0.61% | - |
| HSV(B) | 58.46º | 0.77% | 0.99% | - |
| XYZ | 74.84 | 88.32 | 17.11 | - |
| YUV | 227.84 | 32.16 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 58 | 0 | 0.02 | 0.77 | 0.01 | 58.46 | 0.98 | 0.61 |
| Hex | FD | F8 | 3A | 0 | 2 | 4D | 1 | 3A | 62 | 3D |
| Octal | 375 | 370 | 72 | 0 | 2 | 115 | 1 | 72 | 142 | 75 |
| Binary | 11111101 | 11111000 | 111010 | 0 | 10 | 1001101 | 1 | 111010 | 1100010 | 111101 |
Color Harmonies of #FDF83A
Complementary color
Monochromatic Colors of #FDF83A
Black with #FDF83A
Text Example
Text Example
White with #FDF83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF83A; }
p { color: rgb(253,248,58); }
H1.HeaderClassName
{
color: #FDF83A;
}
.AnyTagClassName
{
color: #FDF83A;
}
</style>
background-color css
<style>
a { background-color: #FDF83A; }
a { background-color: rgb(253,248,58); }
div.DivClassName
{
background-color: #FDF83A;
}
.BgClassName
{
background-color: #FDF83A;
}
</style>
border-color css
<style>
span { border-color: #FDF83A; }
span { border-color: rgb(253,248,58); }
td.TdClassName
{
border-color: #FDF83A;
}
.TagClassName
{
border-color: #FDF83A;
}
</style>