Shades of Gorse #FAEA28
Tints of Gorse #FAEA28
RGB
CMYK
RGB Variations
Color information
#FAEA28 (or 0xFAEA28) is known color: Gorse. HEX triplet: FA, EA and 28. RGB value is (250,234,40). Sum of RGB (Red+Green+Blue) = 250+234+40=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 40 (16.02% from 255 or 7.63% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEA28 is #0515D7. Grayscale: #D9D9D9. Windows color (decimal): -333272 or 2681594. OLE color: 2681594.
HSL color Cylindrical-coordinate representation of color #FAEA28: hue angle of 55.43º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAEA28 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 40 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.02 |
| HSL | 55.43º | 0.95% | 0.57% | - |
| HSV(B) | 55.43º | 0.84% | 0.98% | - |
| XYZ | 69.23 | 79.32 | 13.67 | - |
| YUV | 216.67 | 28.3 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 40 | 0 | 0.06 | 0.84 | 0.02 | 55.43 | 0.95 | 0.57 |
| Hex | FA | EA | 28 | 0 | 6 | 54 | 2 | 37 | 5F | 39 |
| Octal | 372 | 352 | 50 | 0 | 6 | 124 | 2 | 67 | 137 | 71 |
| Binary | 11111010 | 11101010 | 101000 | 0 | 110 | 1010100 | 10 | 110111 | 1011111 | 111001 |
Color Harmonies of #FAEA28
Complementary color
Monochromatic Colors of #FAEA28
Black with #FAEA28
Text Example
Text Example
White with #FAEA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEA28; }
p { color: rgb(250,234,40); }
H1.HeaderClassName
{
color: #FAEA28;
}
.AnyTagClassName
{
color: #FAEA28;
}
</style>
background-color css
<style>
a { background-color: #FAEA28; }
a { background-color: rgb(250,234,40); }
div.DivClassName
{
background-color: #FAEA28;
}
.BgClassName
{
background-color: #FAEA28;
}
</style>
border-color css
<style>
span { border-color: #FAEA28; }
span { border-color: rgb(250,234,40); }
td.TdClassName
{
border-color: #FAEA28;
}
.TagClassName
{
border-color: #FAEA28;
}
</style>