Shades of Gorse #FAE640
Tints of Gorse #FAE640
RGB
CMYK
RGB Variations
Color information
#FAE640 (or 0xFAE640) is known color: Gorse. HEX triplet: FA, E6 and 40. RGB value is (250,230,64). Sum of RGB (Red+Green+Blue) = 250+230+64=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 230 (90.23% from 255 or 42.28% from 544); Blue value is 64 (25.39% from 255 or 11.76% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE640 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAE640 is #0519BF. Grayscale: #D9D9D9. Windows color (decimal): -334272 or 4253434. OLE color: 4253434.
HSL color Cylindrical-coordinate representation of color #FAE640: hue angle of 53.55º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FAE640 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 230 | 64 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.02 |
| HSL | 53.55º | 0.95% | 0.62% | - |
| HSV(B) | 53.55º | 0.74% | 0.98% | - |
| XYZ | 68.65 | 77.29 | 16.15 | - |
| YUV | 217.06 | 41.63 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 230 | 64 | 0 | 0.08 | 0.74 | 0.02 | 53.55 | 0.95 | 0.62 |
| Hex | FA | E6 | 40 | 0 | 8 | 4A | 2 | 36 | 5F | 3E |
| Octal | 372 | 346 | 100 | 0 | 10 | 112 | 2 | 66 | 137 | 76 |
| Binary | 11111010 | 11100110 | 1000000 | 0 | 1000 | 1001010 | 10 | 110110 | 1011111 | 111110 |
Color Harmonies of #FAE640
Complementary color
Monochromatic Colors of #FAE640
Black with #FAE640
Text Example
Text Example
White with #FAE640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE640; }
p { color: rgb(250,230,64); }
H1.HeaderClassName
{
color: #FAE640;
}
.AnyTagClassName
{
color: #FAE640;
}
</style>
background-color css
<style>
a { background-color: #FAE640; }
a { background-color: rgb(250,230,64); }
div.DivClassName
{
background-color: #FAE640;
}
.BgClassName
{
background-color: #FAE640;
}
</style>
border-color css
<style>
span { border-color: #FAE640; }
span { border-color: rgb(250,230,64); }
td.TdClassName
{
border-color: #FAE640;
}
.TagClassName
{
border-color: #FAE640;
}
</style>