Shades of Gorse #FAE032
Tints of Gorse #FAE032
RGB
CMYK
RGB Variations
Color information
#FAE032 (or 0xFAE032) is known color: Gorse. HEX triplet: FA, E0 and 32. RGB value is (250,224,50). Sum of RGB (Red+Green+Blue) = 250+224+50=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 50 (19.92% from 255 or 9.54% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE032 is #051FCD. Grayscale: #D4D4D4. Windows color (decimal): -335822 or 3334394. OLE color: 3334394.
HSL color Cylindrical-coordinate representation of color #FAE032: hue angle of 52.2º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FAE032 is Cyan = 0, Magento = 0.10, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 50 | - |
| CMYK | 0 | 0.10 | 0.8 | 0.02 |
| HSL | 52.2º | 0.95% | 0.59% | - |
| HSV(B) | 52.2º | 0.8% | 0.98% | - |
| XYZ | 66.66 | 73.87 | 13.76 | - |
| YUV | 211.94 | 36.61 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 50 | 0 | 0.10 | 0.8 | 0.02 | 52.2 | 0.95 | 0.59 |
| Hex | FA | E0 | 32 | 0 | A | 50 | 2 | 34 | 5F | 3B |
| Octal | 372 | 340 | 62 | 0 | 12 | 120 | 2 | 64 | 137 | 73 |
| Binary | 11111010 | 11100000 | 110010 | 0 | 1010 | 1010000 | 10 | 110100 | 1011111 | 111011 |
Color Harmonies of #FAE032
Complementary color
Monochromatic Colors of #FAE032
Black with #FAE032
Text Example
Text Example
White with #FAE032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE032; }
p { color: rgb(250,224,50); }
H1.HeaderClassName
{
color: #FAE032;
}
.AnyTagClassName
{
color: #FAE032;
}
</style>
background-color css
<style>
a { background-color: #FAE032; }
a { background-color: rgb(250,224,50); }
div.DivClassName
{
background-color: #FAE032;
}
.BgClassName
{
background-color: #FAE032;
}
</style>
border-color css
<style>
span { border-color: #FAE032; }
span { border-color: rgb(250,224,50); }
td.TdClassName
{
border-color: #FAE032;
}
.TagClassName
{
border-color: #FAE032;
}
</style>