Shades of Gorse #FAE736
Tints of Gorse #FAE736
RGB
CMYK
RGB Variations
Color information
#FAE736 (or 0xFAE736) is known color: Gorse. HEX triplet: FA, E7 and 36. RGB value is (250,231,54). Sum of RGB (Red+Green+Blue) = 250+231+54=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 231 (90.62% from 255 or 43.18% from 535); Blue value is 54 (21.48% from 255 or 10.09% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE736 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAE736 is #0518C9. Grayscale: #D9D9D9. Windows color (decimal): -334026 or 3598330. OLE color: 3598330.
HSL color Cylindrical-coordinate representation of color #FAE736: hue angle of 54.18º degrees, saturation: 0.95, 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 #FAE736 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 54 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.02 |
| HSL | 54.18º | 0.95% | 0.6% | - |
| HSV(B) | 54.18º | 0.78% | 0.98% | - |
| XYZ | 68.67 | 77.74 | 14.88 | - |
| YUV | 216.5 | 36.29 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 54 | 0 | 0.08 | 0.78 | 0.02 | 54.18 | 0.95 | 0.6 |
| Hex | FA | E7 | 36 | 0 | 8 | 4E | 2 | 36 | 5F | 3C |
| Octal | 372 | 347 | 66 | 0 | 10 | 116 | 2 | 66 | 137 | 74 |
| Binary | 11111010 | 11100111 | 110110 | 0 | 1000 | 1001110 | 10 | 110110 | 1011111 | 111100 |
Color Harmonies of #FAE736
Complementary color
Monochromatic Colors of #FAE736
Black with #FAE736
Text Example
Text Example
White with #FAE736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE736; }
p { color: rgb(250,231,54); }
H1.HeaderClassName
{
color: #FAE736;
}
.AnyTagClassName
{
color: #FAE736;
}
</style>
background-color css
<style>
a { background-color: #FAE736; }
a { background-color: rgb(250,231,54); }
div.DivClassName
{
background-color: #FAE736;
}
.BgClassName
{
background-color: #FAE736;
}
</style>
border-color css
<style>
span { border-color: #FAE736; }
span { border-color: rgb(250,231,54); }
td.TdClassName
{
border-color: #FAE736;
}
.TagClassName
{
border-color: #FAE736;
}
</style>