Shades of Gorse #FDD83A
Tints of Gorse #FDD83A
RGB
CMYK
RGB Variations
Color information
#FDD83A (or 0xFDD83A) is known color: Gorse. HEX triplet: FD, D8 and 3A. RGB value is (253,216,58). Sum of RGB (Red+Green+Blue) = 253+216+58=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 58 (23.05% from 255 or 11.01% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD83A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD83A is #0227C5. Grayscale: #D1D1D1. Windows color (decimal): -141254 or 3856637. OLE color: 3856637.
HSL color Cylindrical-coordinate representation of color #FDD83A: hue angle of 48.62º 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 #FDD83A is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 58 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.01 |
| HSL | 48.62º | 0.98% | 0.61% | - |
| HSV(B) | 48.62º | 0.77% | 0.99% | - |
| XYZ | 65.83 | 70.3 | 14.1 | - |
| YUV | 209.05 | 42.76 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 58 | 0 | 0.15 | 0.77 | 0.01 | 48.62 | 0.98 | 0.61 |
| Hex | FD | D8 | 3A | 0 | F | 4D | 1 | 31 | 62 | 3D |
| Octal | 375 | 330 | 72 | 0 | 17 | 115 | 1 | 61 | 142 | 75 |
| Binary | 11111101 | 11011000 | 111010 | 0 | 1111 | 1001101 | 1 | 110001 | 1100010 | 111101 |
Color Harmonies of #FDD83A
Complementary color
Monochromatic Colors of #FDD83A
Black with #FDD83A
Text Example
Text Example
White with #FDD83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD83A; }
p { color: rgb(253,216,58); }
H1.HeaderClassName
{
color: #FDD83A;
}
.AnyTagClassName
{
color: #FDD83A;
}
</style>
background-color css
<style>
a { background-color: #FDD83A; }
a { background-color: rgb(253,216,58); }
div.DivClassName
{
background-color: #FDD83A;
}
.BgClassName
{
background-color: #FDD83A;
}
</style>
border-color css
<style>
span { border-color: #FDD83A; }
span { border-color: rgb(253,216,58); }
td.TdClassName
{
border-color: #FDD83A;
}
.TagClassName
{
border-color: #FDD83A;
}
</style>