Shades of Gorse #FDDA30
Tints of Gorse #FDDA30
RGB
CMYK
RGB Variations
Color information
#FDDA30 (or 0xFDDA30) is known color: Gorse. HEX triplet: FD, DA and 30. RGB value is (253,218,48). Sum of RGB (Red+Green+Blue) = 253+218+48=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 48 (19.14% from 255 or 9.25% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDA30 is #0225CF. Grayscale: #D1D1D1. Windows color (decimal): -140752 or 3201789. OLE color: 3201789.
HSL color Cylindrical-coordinate representation of color #FDDA30: hue angle of 49.76º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDDA30 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 218 | 48 | - |
CMYK | 0 | 0.14 | 0.81 | 0.01 |
HSL | 49.76º | 0.98% | 0.59% | - |
HSV(B) | 49.76º | 0.81% | 0.99% | - |
XYZ | 66.11 | 71.24 | 13.06 | - |
YUV | 209.09 | 37.1 | 159.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 218 | 48 | 0 | 0.14 | 0.81 | 0.01 | 49.76 | 0.98 | 0.59 |
Hex | FD | DA | 30 | 0 | E | 51 | 1 | 32 | 62 | 3B |
Octal | 375 | 332 | 60 | 0 | 16 | 121 | 1 | 62 | 142 | 73 |
Binary | 11111101 | 11011010 | 110000 | 0 | 1110 | 1010001 | 1 | 110010 | 1100010 | 111011 |
Color Harmonies of #FDDA30
Complementary color
Monochromatic Colors of #FDDA30
Black with #FDDA30
Text Example
Text Example
White with #FDDA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA30; }
p { color: rgb(253,218,48); }
H1.HeaderClassName
{
color: #FDDA30;
}
.AnyTagClassName
{
color: #FDDA30;
}
</style>
background-color css
<style>
a { background-color: #FDDA30; }
a { background-color: rgb(253,218,48); }
div.DivClassName
{
background-color: #FDDA30;
}
.BgClassName
{
background-color: #FDDA30;
}
</style>
border-color css
<style>
span { border-color: #FDDA30; }
span { border-color: rgb(253,218,48); }
td.TdClassName
{
border-color: #FDDA30;
}
.TagClassName
{
border-color: #FDDA30;
}
</style>