Shades of Gorse #F9ED38
Tints of Gorse #F9ED38
RGB
CMYK
RGB Variations
Color information
#F9ED38 (or 0xF9ED38) is known color: Gorse. HEX triplet: F9, ED and 38. RGB value is (249,237,56). Sum of RGB (Red+Green+Blue) = 249+237+56=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 56 (22.27% from 255 or 10.33% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ED38 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9ED38 is #0612C7. Grayscale: #DCDCDC. Windows color (decimal): -398024 or 3730937. OLE color: 3730937.
HSL color Cylindrical-coordinate representation of color #F9ED38: hue angle of 56.27º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F9ED38 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 237 | 56 | - |
CMYK | 0 | 0.05 | 0.78 | 0.02 |
HSL | 56.27º | 0.94% | 0.6% | - |
HSV(B) | 56.27º | 0.78% | 0.98% | - |
XYZ | 70.06 | 80.99 | 15.68 | - |
YUV | 219.95 | 35.48 | 148.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 237 | 56 | 0 | 0.05 | 0.78 | 0.02 | 56.27 | 0.94 | 0.6 |
Hex | F9 | ED | 38 | 0 | 5 | 4E | 2 | 38 | 5E | 3C |
Octal | 371 | 355 | 70 | 0 | 5 | 116 | 2 | 70 | 136 | 74 |
Binary | 11111001 | 11101101 | 111000 | 0 | 101 | 1001110 | 10 | 111000 | 1011110 | 111100 |
Color Harmonies of #F9ED38
Complementary color
Monochromatic Colors of #F9ED38
Black with #F9ED38
Text Example
Text Example
White with #F9ED38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ED38; }
p { color: rgb(249,237,56); }
H1.HeaderClassName
{
color: #F9ED38;
}
.AnyTagClassName
{
color: #F9ED38;
}
</style>
background-color css
<style>
a { background-color: #F9ED38; }
a { background-color: rgb(249,237,56); }
div.DivClassName
{
background-color: #F9ED38;
}
.BgClassName
{
background-color: #F9ED38;
}
</style>
border-color css
<style>
span { border-color: #F9ED38; }
span { border-color: rgb(249,237,56); }
td.TdClassName
{
border-color: #F9ED38;
}
.TagClassName
{
border-color: #F9ED38;
}
</style>