Shades of Gorse #FAEE32
Tints of Gorse #FAEE32
RGB
CMYK
RGB Variations
Color information
#FAEE32 (or 0xFAEE32) is known color: Gorse. HEX triplet: FA, EE and 32. RGB value is (250,238,50). Sum of RGB (Red+Green+Blue) = 250+238+50=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 238 (93.36% from 255 or 44.24% from 538); Blue value is 50 (19.92% from 255 or 9.29% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEE32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEE32 is #0511CD. Grayscale: #DCDCDC. Windows color (decimal): -332238 or 3337978. OLE color: 3337978.
HSL color Cylindrical-coordinate representation of color #FAEE32: hue angle of 56.4º 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 #FAEE32 is Cyan = 0, Magento = 0.05, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 50 | - |
| CMYK | 0 | 0.05 | 0.8 | 0.02 |
| HSL | 56.4º | 0.95% | 0.59% | - |
| HSV(B) | 56.4º | 0.8% | 0.98% | - |
| XYZ | 70.57 | 81.7 | 15.07 | - |
| YUV | 220.16 | 31.98 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 50 | 0 | 0.05 | 0.8 | 0.02 | 56.4 | 0.95 | 0.59 |
| Hex | FA | EE | 32 | 0 | 5 | 50 | 2 | 38 | 5F | 3B |
| Octal | 372 | 356 | 62 | 0 | 5 | 120 | 2 | 70 | 137 | 73 |
| Binary | 11111010 | 11101110 | 110010 | 0 | 101 | 1010000 | 10 | 111000 | 1011111 | 111011 |
Color Harmonies of #FAEE32
Complementary color
Monochromatic Colors of #FAEE32
Black with #FAEE32
Text Example
Text Example
White with #FAEE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEE32; }
p { color: rgb(250,238,50); }
H1.HeaderClassName
{
color: #FAEE32;
}
.AnyTagClassName
{
color: #FAEE32;
}
</style>
background-color css
<style>
a { background-color: #FAEE32; }
a { background-color: rgb(250,238,50); }
div.DivClassName
{
background-color: #FAEE32;
}
.BgClassName
{
background-color: #FAEE32;
}
</style>
border-color css
<style>
span { border-color: #FAEE32; }
span { border-color: rgb(250,238,50); }
td.TdClassName
{
border-color: #FAEE32;
}
.TagClassName
{
border-color: #FAEE32;
}
</style>