Shades of Gorse #FFDA42
Tints of Gorse #FFDA42
RGB
CMYK
RGB Variations
Color information
#FFDA42 (or 0xFFDA42) is known color: Gorse. HEX triplet: FF, DA and 42. RGB value is (255,218,66). Sum of RGB (Red+Green+Blue) = 255+218+66=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 66 (26.17% from 255 or 12.24% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA42 is #0025BD. Grayscale: #D4D4D4. Windows color (decimal): -9662 or 4381439. OLE color: 4381439.
HSL color Cylindrical-coordinate representation of color #FFDA42: hue angle of 48.25º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FFDA42 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 66 | - |
| CMYK | 0 | 0.15 | 0.74 | 0 |
| HSL | 48.25º | 1% | 0.63% | - |
| HSV(B) | 48.25º | 0.74% | 1% | - |
| XYZ | 67.29 | 71.8 | 15.47 | - |
| YUV | 211.74 | 45.76 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 66 | 0 | 0.15 | 0.74 | 0 | 48.25 | 1 | 0.63 |
| Hex | FF | DA | 42 | 0 | F | 4A | 0 | 30 | 64 | 3F |
| Octal | 377 | 332 | 102 | 0 | 17 | 112 | 0 | 60 | 144 | 77 |
| Binary | 11111111 | 11011010 | 1000010 | 0 | 1111 | 1001010 | 0 | 110000 | 1100100 | 111111 |
Color Harmonies of #FFDA42
Complementary color
Monochromatic Colors of #FFDA42
Black with #FFDA42
Text Example
Text Example
White with #FFDA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA42; }
p { color: rgb(255,218,66); }
H1.HeaderClassName
{
color: #FFDA42;
}
.AnyTagClassName
{
color: #FFDA42;
}
</style>
background-color css
<style>
a { background-color: #FFDA42; }
a { background-color: rgb(255,218,66); }
div.DivClassName
{
background-color: #FFDA42;
}
.BgClassName
{
background-color: #FFDA42;
}
</style>
border-color css
<style>
span { border-color: #FFDA42; }
span { border-color: rgb(255,218,66); }
td.TdClassName
{
border-color: #FFDA42;
}
.TagClassName
{
border-color: #FFDA42;
}
</style>