Shades of Gorse #FAF237
Tints of Gorse #FAF237
RGB
CMYK
RGB Variations
Color information
#FAF237 (or 0xFAF237) is known color: Gorse. HEX triplet: FA, F2 and 37. RGB value is (250,242,55). Sum of RGB (Red+Green+Blue) = 250+242+55=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 55 (21.88% from 255 or 10.05% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF237 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF237 is #050DC8. Grayscale: #DFDFDF. Windows color (decimal): -331209 or 3666682. OLE color: 3666682.
HSL color Cylindrical-coordinate representation of color #FAF237: hue angle of 57.54º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FAF237 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 55 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.02 |
| HSL | 57.54º | 0.95% | 0.6% | - |
| HSV(B) | 57.54º | 0.78% | 0.98% | - |
| XYZ | 71.87 | 84.1 | 16.06 | - |
| YUV | 223.07 | 33.15 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 55 | 0 | 0.03 | 0.78 | 0.02 | 57.54 | 0.95 | 0.6 |
| Hex | FA | F2 | 37 | 0 | 3 | 4E | 2 | 3A | 5F | 3C |
| Octal | 372 | 362 | 67 | 0 | 3 | 116 | 2 | 72 | 137 | 74 |
| Binary | 11111010 | 11110010 | 110111 | 0 | 11 | 1001110 | 10 | 111010 | 1011111 | 111100 |
Color Harmonies of #FAF237
Complementary color
Monochromatic Colors of #FAF237
Black with #FAF237
Text Example
Text Example
White with #FAF237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF237; }
p { color: rgb(250,242,55); }
H1.HeaderClassName
{
color: #FAF237;
}
.AnyTagClassName
{
color: #FAF237;
}
</style>
background-color css
<style>
a { background-color: #FAF237; }
a { background-color: rgb(250,242,55); }
div.DivClassName
{
background-color: #FAF237;
}
.BgClassName
{
background-color: #FAF237;
}
</style>
border-color css
<style>
span { border-color: #FAF237; }
span { border-color: rgb(250,242,55); }
td.TdClassName
{
border-color: #FAF237;
}
.TagClassName
{
border-color: #FAF237;
}
</style>