Shades of Gorse #FEDF38
Tints of Gorse #FEDF38
RGB
CMYK
RGB Variations
Color information
#FEDF38 (or 0xFEDF38) is known color: Gorse. HEX triplet: FE, DF and 38. RGB value is (254,223,56). Sum of RGB (Red+Green+Blue) = 254+223+56=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 56 (22.27% from 255 or 10.51% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDF38 is #0120C7. Grayscale: #D5D5D5. Windows color (decimal): -73928 or 3727358. OLE color: 3727358.
HSL color Cylindrical-coordinate representation of color #FEDF38: hue angle of 50.61º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FEDF38 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 56 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.00 |
| HSL | 50.61º | 0.99% | 0.61% | - |
| HSV(B) | 50.61º | 0.78% | 1% | - |
| XYZ | 67.97 | 74.13 | 14.47 | - |
| YUV | 213.23 | 39.27 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 56 | 0 | 0.12 | 0.78 | 0.00 | 50.61 | 0.99 | 0.61 |
| Hex | FE | DF | 38 | 0 | C | 4E | 0 | 33 | 63 | 3D |
| Octal | 376 | 337 | 70 | 0 | 14 | 116 | 0 | 63 | 143 | 75 |
| Binary | 11111110 | 11011111 | 111000 | 0 | 1100 | 1001110 | 0 | 110011 | 1100011 | 111101 |
Color Harmonies of #FEDF38
Complementary color
Monochromatic Colors of #FEDF38
Black with #FEDF38
Text Example
Text Example
White with #FEDF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF38; }
p { color: rgb(254,223,56); }
H1.HeaderClassName
{
color: #FEDF38;
}
.AnyTagClassName
{
color: #FEDF38;
}
</style>
background-color css
<style>
a { background-color: #FEDF38; }
a { background-color: rgb(254,223,56); }
div.DivClassName
{
background-color: #FEDF38;
}
.BgClassName
{
background-color: #FEDF38;
}
</style>
border-color css
<style>
span { border-color: #FEDF38; }
span { border-color: rgb(254,223,56); }
td.TdClassName
{
border-color: #FEDF38;
}
.TagClassName
{
border-color: #FEDF38;
}
</style>