Shades of Gorse #FFD742
Tints of Gorse #FFD742
RGB
CMYK
RGB Variations
Color information
#FFD742 (or 0xFFD742) is known color: Gorse. HEX triplet: FF, D7 and 42. RGB value is (255,215,66). Sum of RGB (Red+Green+Blue) = 255+215+66=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 66 (26.17% from 255 or 12.31% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD742 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD742 is #0028BD. Grayscale: #D2D2D2. Windows color (decimal): -10430 or 4380671. OLE color: 4380671.
HSL color Cylindrical-coordinate representation of color #FFD742: hue angle of 47.3º 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 #FFD742 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 66 | - |
| CMYK | 0 | 0.16 | 0.74 | 0 |
| HSL | 47.3º | 1% | 0.63% | - |
| HSV(B) | 47.3º | 0.74% | 1% | - |
| XYZ | 66.52 | 70.25 | 15.21 | - |
| YUV | 209.97 | 46.75 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 66 | 0 | 0.16 | 0.74 | 0 | 47.3 | 1 | 0.63 |
| Hex | FF | D7 | 42 | 0 | 10 | 4A | 0 | 2F | 64 | 3F |
| Octal | 377 | 327 | 102 | 0 | 20 | 112 | 0 | 57 | 144 | 77 |
| Binary | 11111111 | 11010111 | 1000010 | 0 | 10000 | 1001010 | 0 | 101111 | 1100100 | 111111 |
Color Harmonies of #FFD742
Complementary color
Monochromatic Colors of #FFD742
Black with #FFD742
Text Example
Text Example
White with #FFD742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD742; }
p { color: rgb(255,215,66); }
H1.HeaderClassName
{
color: #FFD742;
}
.AnyTagClassName
{
color: #FFD742;
}
</style>
background-color css
<style>
a { background-color: #FFD742; }
a { background-color: rgb(255,215,66); }
div.DivClassName
{
background-color: #FFD742;
}
.BgClassName
{
background-color: #FFD742;
}
</style>
border-color css
<style>
span { border-color: #FFD742; }
span { border-color: rgb(255,215,66); }
td.TdClassName
{
border-color: #FFD742;
}
.TagClassName
{
border-color: #FFD742;
}
</style>