Shades of Gorse #FED935
Tints of Gorse #FED935
RGB
CMYK
RGB Variations
Color information
#FED935 (or 0xFED935) is known color: Gorse. HEX triplet: FE, D9 and 35. RGB value is (254,217,53). Sum of RGB (Red+Green+Blue) = 254+217+53=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 53 (21.09% from 255 or 10.11% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FED935 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED935 is #0126CA. Grayscale: #D2D2D2. Windows color (decimal): -75467 or 3529214. OLE color: 3529214.
HSL color Cylindrical-coordinate representation of color #FED935: hue angle of 48.96º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FED935 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 53 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.00 |
| HSL | 48.96º | 0.99% | 0.6% | - |
| HSV(B) | 48.96º | 0.79% | 1% | - |
| XYZ | 66.33 | 70.95 | 13.57 | - |
| YUV | 209.37 | 39.76 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 53 | 0 | 0.15 | 0.79 | 0.00 | 48.96 | 0.99 | 0.6 |
| Hex | FE | D9 | 35 | 0 | F | 4F | 0 | 31 | 63 | 3C |
| Octal | 376 | 331 | 65 | 0 | 17 | 117 | 0 | 61 | 143 | 74 |
| Binary | 11111110 | 11011001 | 110101 | 0 | 1111 | 1001111 | 0 | 110001 | 1100011 | 111100 |
Color Harmonies of #FED935
Complementary color
Monochromatic Colors of #FED935
Black with #FED935
Text Example
Text Example
White with #FED935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED935; }
p { color: rgb(254,217,53); }
H1.HeaderClassName
{
color: #FED935;
}
.AnyTagClassName
{
color: #FED935;
}
</style>
background-color css
<style>
a { background-color: #FED935; }
a { background-color: rgb(254,217,53); }
div.DivClassName
{
background-color: #FED935;
}
.BgClassName
{
background-color: #FED935;
}
</style>
border-color css
<style>
span { border-color: #FED935; }
span { border-color: rgb(254,217,53); }
td.TdClassName
{
border-color: #FED935;
}
.TagClassName
{
border-color: #FED935;
}
</style>