Shades of Gorse #FFDF30
Tints of Gorse #FFDF30
RGB
CMYK
RGB Variations
Color information
#FFDF30 (or 0xFFDF30) is known color: Gorse. HEX triplet: FF, DF and 30. RGB value is (255,223,48). Sum of RGB (Red+Green+Blue) = 255+223+48=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 48 (19.14% from 255 or 9.13% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDF30 is #0020CF. Grayscale: #D5D5D5. Windows color (decimal): -8400 or 3203071. OLE color: 3203071.
HSL color Cylindrical-coordinate representation of color #FFDF30: hue angle of 50.72º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFDF30 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 48 | - |
| CMYK | 0 | 0.13 | 0.81 | 0 |
| HSL | 50.72º | 1% | 0.59% | - |
| HSV(B) | 50.72º | 0.81% | 1% | - |
| XYZ | 68.16 | 74.25 | 13.54 | - |
| YUV | 212.62 | 35.1 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 48 | 0 | 0.13 | 0.81 | 0 | 50.72 | 1 | 0.59 |
| Hex | FF | DF | 30 | 0 | D | 51 | 0 | 33 | 64 | 3B |
| Octal | 377 | 337 | 60 | 0 | 15 | 121 | 0 | 63 | 144 | 73 |
| Binary | 11111111 | 11011111 | 110000 | 0 | 1101 | 1010001 | 0 | 110011 | 1100100 | 111011 |
Color Harmonies of #FFDF30
Complementary color
Monochromatic Colors of #FFDF30
Black with #FFDF30
Text Example
Text Example
White with #FFDF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF30; }
p { color: rgb(255,223,48); }
H1.HeaderClassName
{
color: #FFDF30;
}
.AnyTagClassName
{
color: #FFDF30;
}
</style>
background-color css
<style>
a { background-color: #FFDF30; }
a { background-color: rgb(255,223,48); }
div.DivClassName
{
background-color: #FFDF30;
}
.BgClassName
{
background-color: #FFDF30;
}
</style>
border-color css
<style>
span { border-color: #FFDF30; }
span { border-color: rgb(255,223,48); }
td.TdClassName
{
border-color: #FFDF30;
}
.TagClassName
{
border-color: #FFDF30;
}
</style>