Shades of Gorse #FAFE36
Tints of Gorse #FAFE36
RGB
CMYK
RGB Variations
Color information
#FAFE36 (or 0xFAFE36) is known color: Gorse. HEX triplet: FA, FE and 36. RGB value is (250,254,54). Sum of RGB (Red+Green+Blue) = 250+254+54=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 54 (21.48% from 255 or 9.68% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE36 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFE36 is #0501C9. Grayscale: #E6E6E6. Windows color (decimal): -328138 or 3604218. OLE color: 3604218.
HSL color Cylindrical-coordinate representation of color #FAFE36: hue angle of 61.2º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FAFE36 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 54 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.00 |
| HSL | 61.2º | 0.99% | 0.6% | - |
| HSV(B) | 61.2º | 0.79% | 1% | - |
| XYZ | 75.53 | 91.47 | 17.17 | - |
| YUV | 230 | 28.67 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 54 | 0.02 | 0 | 0.79 | 0.00 | 61.2 | 0.99 | 0.6 |
| Hex | FA | FE | 36 | 2 | 0 | 4F | 0 | 3D | 63 | 3C |
| Octal | 372 | 376 | 66 | 2 | 0 | 117 | 0 | 75 | 143 | 74 |
| Binary | 11111010 | 11111110 | 110110 | 10 | 0 | 1001111 | 0 | 111101 | 1100011 | 111100 |
Color Harmonies of #FAFE36
Complementary color
Monochromatic Colors of #FAFE36
Black with #FAFE36
Text Example
Text Example
White with #FAFE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE36; }
p { color: rgb(250,254,54); }
H1.HeaderClassName
{
color: #FAFE36;
}
.AnyTagClassName
{
color: #FAFE36;
}
</style>
background-color css
<style>
a { background-color: #FAFE36; }
a { background-color: rgb(250,254,54); }
div.DivClassName
{
background-color: #FAFE36;
}
.BgClassName
{
background-color: #FAFE36;
}
</style>
border-color css
<style>
span { border-color: #FAFE36; }
span { border-color: rgb(250,254,54); }
td.TdClassName
{
border-color: #FAFE36;
}
.TagClassName
{
border-color: #FAFE36;
}
</style>