Shades of Gorse #FEDD3B
Tints of Gorse #FEDD3B
RGB
CMYK
RGB Variations
Color information
#FEDD3B (or 0xFEDD3B) is known color: Gorse. HEX triplet: FE, DD and 3B. RGB value is (254,221,59). Sum of RGB (Red+Green+Blue) = 254+221+59=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 59 (23.44% from 255 or 11.05% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD3B is #0122C4. Grayscale: #D5D5D5. Windows color (decimal): -74437 or 3923454. OLE color: 3923454.
HSL color Cylindrical-coordinate representation of color #FEDD3B: hue angle of 49.85º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FEDD3B is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 59 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.00 |
| HSL | 49.85º | 0.99% | 0.61% | - |
| HSV(B) | 49.85º | 0.77% | 1% | - |
| XYZ | 67.52 | 73.1 | 14.69 | - |
| YUV | 212.4 | 41.43 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 59 | 0 | 0.13 | 0.77 | 0.00 | 49.85 | 0.99 | 0.61 |
| Hex | FE | DD | 3B | 0 | D | 4D | 0 | 32 | 63 | 3D |
| Octal | 376 | 335 | 73 | 0 | 15 | 115 | 0 | 62 | 143 | 75 |
| Binary | 11111110 | 11011101 | 111011 | 0 | 1101 | 1001101 | 0 | 110010 | 1100011 | 111101 |
Color Harmonies of #FEDD3B
Complementary color
Monochromatic Colors of #FEDD3B
Black with #FEDD3B
Text Example
Text Example
White with #FEDD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD3B; }
p { color: rgb(254,221,59); }
H1.HeaderClassName
{
color: #FEDD3B;
}
.AnyTagClassName
{
color: #FEDD3B;
}
</style>
background-color css
<style>
a { background-color: #FEDD3B; }
a { background-color: rgb(254,221,59); }
div.DivClassName
{
background-color: #FEDD3B;
}
.BgClassName
{
background-color: #FEDD3B;
}
</style>
border-color css
<style>
span { border-color: #FEDD3B; }
span { border-color: rgb(254,221,59); }
td.TdClassName
{
border-color: #FEDD3B;
}
.TagClassName
{
border-color: #FEDD3B;
}
</style>