Shades of Gorse #FDDF30
Tints of Gorse #FDDF30
RGB
CMYK
RGB Variations
Color information
#FDDF30 (or 0xFDDF30) is known color: Gorse. HEX triplet: FD, DF and 30. RGB value is (253,223,48). Sum of RGB (Red+Green+Blue) = 253+223+48=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 48 (19.14% from 255 or 9.16% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDF30 is #0220CF. Grayscale: #D4D4D4. Windows color (decimal): -139472 or 3203069. OLE color: 3203069.
HSL color Cylindrical-coordinate representation of color #FDDF30: hue angle of 51.22º 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 #FDDF30 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 48 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.01 |
| HSL | 51.22º | 0.98% | 0.59% | - |
| HSV(B) | 51.22º | 0.81% | 0.99% | - |
| XYZ | 67.43 | 73.87 | 13.5 | - |
| YUV | 212.02 | 35.44 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 48 | 0 | 0.12 | 0.81 | 0.01 | 51.22 | 0.98 | 0.59 |
| Hex | FD | DF | 30 | 0 | C | 51 | 1 | 33 | 62 | 3B |
| Octal | 375 | 337 | 60 | 0 | 14 | 121 | 1 | 63 | 142 | 73 |
| Binary | 11111101 | 11011111 | 110000 | 0 | 1100 | 1010001 | 1 | 110011 | 1100010 | 111011 |
Color Harmonies of #FDDF30
Complementary color
Monochromatic Colors of #FDDF30
Black with #FDDF30
Text Example
Text Example
White with #FDDF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF30; }
p { color: rgb(253,223,48); }
H1.HeaderClassName
{
color: #FDDF30;
}
.AnyTagClassName
{
color: #FDDF30;
}
</style>
background-color css
<style>
a { background-color: #FDDF30; }
a { background-color: rgb(253,223,48); }
div.DivClassName
{
background-color: #FDDF30;
}
.BgClassName
{
background-color: #FDDF30;
}
</style>
border-color css
<style>
span { border-color: #FDDF30; }
span { border-color: rgb(253,223,48); }
td.TdClassName
{
border-color: #FDDF30;
}
.TagClassName
{
border-color: #FDDF30;
}
</style>