Shades of Gorse #FDD83C
Tints of Gorse #FDD83C
RGB
CMYK
RGB Variations
Color information
#FDD83C (or 0xFDD83C) is known color: Gorse. HEX triplet: FD, D8 and 3C. RGB value is (253,216,60). Sum of RGB (Red+Green+Blue) = 253+216+60=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 60 (23.83% from 255 or 11.34% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD83C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD83C is #0227C3. Grayscale: #D1D1D1. Windows color (decimal): -141252 or 3987709. OLE color: 3987709.
HSL color Cylindrical-coordinate representation of color #FDD83C: hue angle of 48.5º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDD83C is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 60 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.01 |
| HSL | 48.5º | 0.98% | 0.61% | - |
| HSV(B) | 48.5º | 0.76% | 0.99% | - |
| XYZ | 65.88 | 70.32 | 14.38 | - |
| YUV | 209.28 | 43.76 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 60 | 0 | 0.15 | 0.76 | 0.01 | 48.5 | 0.98 | 0.61 |
| Hex | FD | D8 | 3C | 0 | F | 4C | 1 | 30 | 62 | 3D |
| Octal | 375 | 330 | 74 | 0 | 17 | 114 | 1 | 60 | 142 | 75 |
| Binary | 11111101 | 11011000 | 111100 | 0 | 1111 | 1001100 | 1 | 110000 | 1100010 | 111101 |
Color Harmonies of #FDD83C
Complementary color
Monochromatic Colors of #FDD83C
Black with #FDD83C
Text Example
Text Example
White with #FDD83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD83C; }
p { color: rgb(253,216,60); }
H1.HeaderClassName
{
color: #FDD83C;
}
.AnyTagClassName
{
color: #FDD83C;
}
</style>
background-color css
<style>
a { background-color: #FDD83C; }
a { background-color: rgb(253,216,60); }
div.DivClassName
{
background-color: #FDD83C;
}
.BgClassName
{
background-color: #FDD83C;
}
</style>
border-color css
<style>
span { border-color: #FDD83C; }
span { border-color: rgb(253,216,60); }
td.TdClassName
{
border-color: #FDD83C;
}
.TagClassName
{
border-color: #FDD83C;
}
</style>